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 acc8bfa commit 7503874Copy full SHA for 7503874
1 file changed
renovate.json
@@ -0,0 +1,23 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "schedule": [
4
+ "before 6am on monday"
5
+ ],
6
+ "packageRules": [
7
+ {
8
+ "description": "Automerge patch updates",
9
+ "matchUpdateTypes": ["patch"],
10
+ "automerge": true
11
+ },
12
13
+ "description": "Automerge minor updates only if tests pass",
14
+ "matchUpdateTypes": ["minor"],
15
+ "automerge": false
16
17
18
+ "description": "Do not automerge major updates",
19
+ "matchUpdateTypes": ["major"],
20
21
+ }
22
+ ]
23
+}
0 commit comments