Skip to content

Commit af5afc5

Browse files
authored
Tweak Renovate configs (#209)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent cb08aef commit af5afc5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

renovate.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"group:linters",
66
"helpers:pinGitHubActionDigests",
77
":gitSignOff",
8-
":semanticCommitsDisabled",
9-
"schedule:earlyMondays"
8+
":semanticCommitsDisabled"
109
],
1110
"labels": ["dependencies"],
11+
"prHourlyLimit": 4,
1212
"rangeStrategy": "bump",
13+
"schedule": ["* 0-7 * * 1"],
14+
"timezone": "America/New_York",
1315
"vulnerabilityAlerts": {
1416
"labels": ["security"],
1517
"schedule": "at any time"
@@ -22,6 +24,12 @@
2224
{
2325
"matchDatasources": ["npm"],
2426
"minimumReleaseAge": "3 days"
27+
},
28+
{
29+
"enabled": false,
30+
"matchDatasources": ["docker"],
31+
"matchPackageNames": ["mcr.microsoft.com/devcontainers/typescript-node"],
32+
"matchUpdateTypes": ["major"]
2533
}
2634
]
2735
}

0 commit comments

Comments
 (0)