We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32be33c commit f295b42Copy full SHA for f295b42
1 file changed
renovate.json
@@ -13,5 +13,13 @@
13
"**/node_modules/**"
14
],
15
"timezone": "America/New_York",
16
- "packageRules": []
17
-}
+ "packageRules": [
+ {
18
+ "description": "Group GitHub Actions updates together",
19
+ "matchManagers": ["github-actions"],
20
+ "groupName": "GitHub Actions",
21
+ "schedule": ["before 6am on monday"],
22
+ "pinDigests": true
23
+ }
24
+ ]
25
+}
0 commit comments