Skip to content

Commit 218623b

Browse files
authored
Less frequent Renovate (#1729)
1 parent be72231 commit 218623b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/renovate.json5

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
"ignorePresets": [":ignoreModulesAndTests"], // needed to keep maven-extension test pom files up-to-date
99
"packageRules": [
1010
{
11-
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
12-
"matchManagers": ["github-actions"],
11+
// this is to reduce the number of renovate PRs
12+
"matchManagers": [
13+
"github-actions",
14+
"dockerfile"
15+
],
1316
"extends": ["schedule:weekly"],
14-
"groupName": "github actions"
17+
"groupName": "weekly update"
1518
},
1619
{
1720
"matchPackageNames": [

0 commit comments

Comments
 (0)