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 0f649c8 + 88de139 commit acf874fCopy full SHA for acf874f
renovate.json
@@ -1,28 +1,11 @@
1
{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
- "@nuxtjs",
4
- ":semanticCommits"
5
- ],
6
- "packageRules": [
7
- {
8
- "matchPackagePatterns": [
9
- "nuxt"
10
11
- "groupName": "nuxt"
12
- },
13
14
- "packageNames": [
15
- "node"
16
17
- "major": {
18
- "enabled": true
19
20
- "separateMultipleMajor": true,
21
- "allowedVersions": "^20"
22
- }
+ "config:recommended"
23
],
24
"baseBranches": [
25
- "main"
+ "next"
26
27
"rangeStrategy": "pin"
28
}
+
0 commit comments