Lock file maintenance (#17634)
* Lock file maintenance * Limit time period for lock file maintenance --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>pull/17641/head
parent
93dd119ce5
commit
00c69c0fc3
|
@ -15,7 +15,7 @@
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"description": ["Run after patch releases but before next beta"],
|
"description": ["Run after patch releases but before next beta"],
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"schedule": ["on the 19th day of the month"]
|
"schedule": ["on the 19th day of the month before 4am"]
|
||||||
},
|
},
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -6505,9 +6505,9 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"caniuse-lite@npm:^1.0.30001517":
|
"caniuse-lite@npm:^1.0.30001517":
|
||||||
version: 1.0.30001521
|
version: 1.0.30001522
|
||||||
resolution: "caniuse-lite@npm:1.0.30001521"
|
resolution: "caniuse-lite@npm:1.0.30001522"
|
||||||
checksum: be2a2b2cd3be03401887aaa31b89f3e7c6230289e6ef704e224268389cc136480fca502ac9e5001a65ff1e50459d3d95f8c4b2d39f878ab9843af3d6f372c8bb
|
checksum: 56e3551c02ae595085114073cf242f7d9d54d32255c80893ca9098a44f44fc6eef353936f234f31c7f4cb894dd2b6c9c4626e30649ee29e04d70aa127eeefeb0
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue