We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96408e3 + 83be900 commit b3be590Copy full SHA for b3be590
1 file changed
renovate.json
@@ -1,13 +1,20 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:recommended"],
4
- "baseBranches": ["develop"],
+ "extends": [
+ "config:recommended"
5
+ ],
6
+ "baseBranchPatterns": [
7
+ "develop"
8
9
"major": {
10
"dependencyDashboardApproval": true
11
},
12
"packageRules": [
13
- "matchUpdateTypes": ["minor", "patch"],
14
+ "matchUpdateTypes": [
15
+ "minor",
16
+ "patch"
17
18
"matchCurrentVersion": "!/^0/",
19
"automerge": true
20
}
0 commit comments