Skip to content

Commit 60ffcf2

Browse files
trasklaurit
andauthored
Update renovate config (#1851)
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent 55bd524 commit 60ffcf2

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.github/renovate.json5

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@
77
ignorePresets: [
88
':ignoreModulesAndTests', // needed to keep maven-extension test pom files up-to-date
99
],
10-
prHourlyLimit: 5,
10+
prHourlyLimit: 5, // we have a large number of parallel runners
11+
labels: [
12+
'dependencies'
13+
],
1114
packageRules: [
1215
{
13-
// this is to reduce the number of renovate PRs
14-
matchManagers: [
15-
'github-actions',
16-
'dockerfile',
17-
],
18-
extends: [
19-
'schedule:weekly',
20-
],
21-
groupName: 'weekly update',
16+
// reduces the number of Renovate PRs
17+
// (patch updates are typically non-breaking)
18+
"groupName": "all patch versions",
19+
"matchUpdateTypes": ["patch"],
20+
"schedule": ["before 8am every weekday"]
21+
},
22+
{
23+
// avoids these Renovate PRs from trickling in throughout the week
24+
// (consolidating the review process)
25+
"matchUpdateTypes": ["minor", "major"],
26+
"schedule": ["before 8am on Monday"]
2227
},
2328
{
2429
matchPackageNames: [

0 commit comments

Comments
 (0)