We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63973f7 commit 0226925Copy full SHA for 0226925
renovate.json
@@ -1,6 +1,32 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "config:base"
+ ],
5
+ "schedule": [
6
+ "on the third tuesday of the month before 12pm"
7
8
+ "timezone": "UTC",
9
+ "rebaseWhen": "conflicted",
10
+ "packageRules": [
11
+ {
12
+ "matchUpdateTypes": [
13
+ "minor",
14
+ "patch"
15
16
+ "automerge": true,
17
+ "groupName": "minor and patch updates"
18
+ },
19
20
21
+ "major"
22
23
+ "automerge": false
24
25
26
27
+ "digest"
28
29
30
+ }
31
]
32
}
0 commit comments