We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0902d commit a180527Copy full SHA for a180527
1 file changed
.github/renovate.json5
@@ -16,6 +16,16 @@
16
'dependencies',
17
],
18
packageRules: [
19
+ {
20
+ // group all GitHub Actions updates into a single weekly PR
21
+ groupName: 'github actions',
22
+ matchManagers: [
23
+ 'github-actions',
24
+ ],
25
+ schedule: [
26
+ 'before 8am on Tuesday',
27
28
+ },
29
{
30
// reduces the number of Renovate PRs
31
// (patch updates are typically non-breaking)
0 commit comments