Skip to content

Commit 1db0eff

Browse files
committed
Renovate to file new PRs only on Sundays
Group AWS packages Group Google Cloud packages
1 parent a5e0259 commit 1db0eff

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/renovate.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,15 @@
4343
"schedule": ["before 9am on the first day of the month"]
4444
},
4545
{
46-
"description": "Noisy, frequently updated dependencies checked less often",
47-
"matchPackagePrefixes": ["software.amazon.awssdk", "com.google.cloud"],
46+
"description": "AWS SDK packages checked less often",
47+
"matchPackagePrefixes": ["software.amazon.awssdk"],
48+
"groupName": "AWS SDK",
49+
"schedule": ["before 9am on the first day of the month"]
50+
},
51+
{
52+
"description": "Google Cloud packages checked less often",
53+
"matchPackagePrefixes": ["com.google.cloud"],
54+
"groupName": "Google Cloud",
4855
"schedule": ["before 9am on the first day of the month"]
4956
},
5057
{
@@ -95,7 +102,7 @@
95102
"groupName": "Admin UI libraries"
96103
}
97104
],
98-
"schedule": ["* * * * *"],
105+
"schedule": ["* * * * 0"],
99106
"prConcurrentLimit": 300,
100107
"prHourlyLimit": 20,
101108
"minimumReleaseAge": "5 days"

0 commit comments

Comments
 (0)