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 be72231 commit 218623bCopy full SHA for 218623b
.github/renovate.json5
@@ -8,10 +8,13 @@
8
"ignorePresets": [":ignoreModulesAndTests"], // needed to keep maven-extension test pom files up-to-date
9
"packageRules": [
10
{
11
- // this is to reduce the number of renovate PRs by consolidating them into a weekly batch
12
- "matchManagers": ["github-actions"],
+ // this is to reduce the number of renovate PRs
+ "matchManagers": [
13
+ "github-actions",
14
+ "dockerfile"
15
+ ],
16
"extends": ["schedule:weekly"],
- "groupName": "github actions"
17
+ "groupName": "weekly update"
18
},
19
20
"matchPackageNames": [
0 commit comments