We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87aa209 commit c4413ceCopy full SHA for c4413ce
renovate.json
@@ -1,6 +1,32 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "config:base"
5
+ ],
6
+ "rebaseWhen": "conflicted",
7
+ "labels": [
8
+ "renovate"
9
10
+ "packageRules": [
11
+ {
12
+ "matchUpdateTypes": [
13
+ "patch"
14
15
+ "automerge": true,
16
+ "automergeType": "branch",
17
+ "groupName": "patch",
18
+ "schedule": [
19
+ "after 10pm and before 6:00am every day"
20
+ ]
21
+ },
22
23
24
+ "minor"
25
26
+ "automerge": false,
27
28
+ "before 6:00am every friday"
29
30
+ }
31
]
32
}
0 commit comments