We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2db801 commit fff3e43Copy full SHA for fff3e43
.github/workflows/renovate.yml
renovate.json
@@ -1,11 +1,18 @@
1
{
2
- "extends": ["config:base"],
3
- "packageRules": [
4
- {
5
- "packagePatterns": ["^github-actions/"],
6
- "groupName": "GitHub Actions",
7
- "schedule": ["daily"]
8
- }
9
- ]
10
11
-
+ "extends": [
+ "config:recommended"
+ ],
+ "packageRules": [
+ {
+ "matchUpdateTypes": [
+ "minor",
+ "patch"
+ "automerge": false
12
+ }
13
14
+ "timezone": "America/Toronto",
15
+ "schedule": [
16
+ "After 11:30pm"
17
+ ]
18
+}
0 commit comments