Skip to content

Commit 76d5919

Browse files
authored
Less frequent Renovate (#13279)
1 parent 6ef3093 commit 76d5919

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/renovate.json5

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
"separateMinorPatch": true,
1414
"packageRules": [
1515
{
16-
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
17-
"matchManagers": ["github-actions"],
16+
// this is to reduce the number of renovate PRs
17+
"matchManagers": [
18+
"github-actions",
19+
"dockerfile"
20+
],
1821
"extends": ["schedule:weekly"],
19-
"groupName": "github actions",
22+
"groupName": "weekly update",
2023
"separateMinorPatch": false // overrides separateMinorPatch specified above
2124
},
2225
{

0 commit comments

Comments
 (0)