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 d9b6661 + 79cb0f0 commit 9283d48Copy full SHA for 9283d48
renovate.json
@@ -1,22 +1,15 @@
1
{
2
- "extends": [
3
- "@nuxtjs",
4
- ":semanticCommits"
5
- ],
+ "extends": ["@nuxtjs", ":semanticCommits"],
6
"packageRules": [
7
8
- "packageNames": [
9
- "node"
10
+ "matchPackageNames": ["node"],
11
"major": {
12
"enabled": true
13
},
14
"separateMultipleMajor": true,
15
"allowedVersions": "^20"
16
}
17
],
18
- "baseBranches": [
19
- "main"
20
+ "baseBranches": ["main"],
21
"rangeStrategy": "pin"
22
-}
+}
0 commit comments