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