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.
2 parents a755a00 + c4413ce commit 4f202feCopy full SHA for 4f202fe
renovate.json
@@ -0,0 +1,32 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "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