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.
2 parents 6039ad8 + 7a989bd commit f96adb6Copy full SHA for f96adb6
renovate.json
@@ -1,21 +1,14 @@
1
{
2
- "extends": [
3
- "@nuxtjs",
4
- ":semanticCommits"
5
- ],
+ "extends": ["@nuxtjs", ":semanticCommits"],
6
"packageRules": [
7
8
- "matchPackageNames": [
9
- "node"
10
+ "matchPackageNames": ["node"],
11
"major": {
12
"enabled": true
13
},
14
"separateMultipleMajor": true
15
}
16
],
17
- "baseBranches": [
18
- "main"
19
+ "baseBranchPatterns": ["main"],
20
"rangeStrategy": "pin"
21
-}
+}
0 commit comments