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 32e2bc5 commit 5b0e0a5Copy full SHA for 5b0e0a5
renovate.json
@@ -1,5 +1,18 @@
1
{
2
"extends": [
3
- "config:base"
4
- ]
+ ":separateMajorReleases",
+ ":combinePatchMinorReleases",
5
+ ":ignoreUnstable",
6
+ ":prImmediately",
7
+ ":renovatePrefix",
8
+ ":updateNotScheduled",
9
+ ":preserveSemverRanges",
10
+ ":semanticPrefixFix",
11
+ ":automergeDisabled",
12
+ "group:monorepos"
13
+ ],
14
+ "automerge": true,
15
+ "major": {
16
+ "automerge": false
17
+ }
18
}
0 commit comments