We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef3093 commit 76d5919Copy full SHA for 76d5919
.github/renovate.json5
@@ -13,10 +13,13 @@
13
"separateMinorPatch": true,
14
"packageRules": [
15
{
16
- // this is to reduce the number of renovate PRs by consolidating them into a weekly batch
17
- "matchManagers": ["github-actions"],
+ // this is to reduce the number of renovate PRs
+ "matchManagers": [
18
+ "github-actions",
19
+ "dockerfile"
20
+ ],
21
"extends": ["schedule:weekly"],
- "groupName": "github actions",
22
+ "groupName": "weekly update",
23
"separateMinorPatch": false // overrides separateMinorPatch specified above
24
},
25
0 commit comments