We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0902d commit 9dc2ce0Copy full SHA for 9dc2ce0
1 file changed
.github/renovate.json5
@@ -241,6 +241,17 @@
241
'org.springframework.boot:**',
242
],
243
},
244
+ {
245
+ // group all GitHub Actions updates into a single weekly PR
246
+ // (Renovate applies packageRules in order and later rules win)
247
+ groupName: 'github actions',
248
+ matchManagers: [
249
+ 'github-actions',
250
+ ],
251
+ schedule: [
252
+ 'before 8am on Tuesday',
253
254
+ },
255
256
customManagers: [
257
{
0 commit comments