We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8f366 commit 2f2f6f2Copy full SHA for 2f2f6f2
renovate.json
@@ -1,3 +1,10 @@
1
{
2
- "extends": ["config:base"]
+ "extends": ["config:base"],
3
+ "packageRules": [
4
+ {
5
+ "matchUpdateTypes": ["minor", "patch"],
6
+ "matchCurrentVersion": "!/^0/",
7
+ "automerge": true
8
+ }
9
+ ]
10
}
0 commit comments