We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773bdae commit 83d0074Copy full SHA for 83d0074
.github/renovate.json5
@@ -14,9 +14,12 @@
14
"packageRules": [
15
{
16
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
17
- "matchManagers": ["github-actions"],
+ "matchManagers": [
18
+ "github-actions",
19
+ "docker"
20
+ ],
21
"extends": ["schedule:weekly"],
- "groupName": "github actions",
22
+ "groupName": "weekly update",
23
"separateMinorPatch": false // overrides separateMinorPatch specified above
24
},
25
0 commit comments