We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d805192 commit 09e66b2Copy full SHA for 09e66b2
1 file changed
renovate.json
@@ -1,17 +1,9 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
+ "config:recommended",
5
+ ":automergeStableNonMajor",
6
+ "npm:unpublishSafe"
7
],
- "packageRules": [
- {
8
- "matchUpdateTypes": ["minor", "patch"],
9
- "matchCurrentVersion": "!/^0/",
10
- "automerge": true
11
- },
12
13
- "matchManagers": ["github-actions"],
14
15
- }
16
- ]
+ "semanticCommits": "enabled"
17
}
0 commit comments