We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2dada commit f5ffd9fCopy full SHA for f5ffd9f
1 file changed
renovate.json
@@ -1,20 +1,30 @@
1
{
2
- "extends": ["config:base"],
+ "extends": [
3
+ "config:recommended"
4
+ ],
5
"automergeType": "pr",
6
"platformAutomerge": true,
7
"packageRules": [
8
- "matchUpdateTypes": ["patch"],
9
+ "matchUpdateTypes": [
10
+ "patch"
11
12
"automerge": true
13
},
14
- "matchUpdateTypes": ["minor"],
15
16
+ "minor"
17
18
"groupName": "minor updates",
- "schedule": ["before 6am on monday"],
19
+ "schedule": [
20
+ "before 6am on monday"
21
22
23
24
- "matchUpdateTypes": ["major"],
25
26
+ "major"
27
28
"automerge": false
29
}
30
]
0 commit comments