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 8a0e136 commit b3f3f31Copy full SHA for b3f3f31
renovate.json
@@ -1,4 +1,11 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:recommended"]
+ "extends": ["config:recommended"],
4
+ "packageRules": [
5
+ {
6
+ "matchUpdateTypes": ["minor", "patch"],
7
+ "matchCurrentVersion": "!/^0/",
8
+ "automerge": true
9
+ }
10
+ ]
11
}
0 commit comments