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 8523e75 commit 92322abCopy full SHA for 92322ab
renovate.json
@@ -1,6 +1,13 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base"
5
- ]
+ "config:base",
+ "group:allNonMajor",
6
+ "schedule:monthly",
7
+ ":maintainLockFilesMonthly",
8
+ ":labels(dependencies,kind:chore)"
9
+ ],
10
+ "rangeStrategy": "bump",
11
+ "postUpdateOptions": ["yarnDedupeHighest"],
12
+ "rebaseWhen": "conflicted"
13
}
0 commit comments