Skip to content

Commit 0fb147b

Browse files
committed
chore: run renovate against 2.x branch also
1 parent 1211f62 commit 0fb147b

File tree

1 file changed

+44
-5
lines changed

1 file changed

+44
-5
lines changed

renovate.json

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,49 @@
33
"extends": [
44
"github>nuxt/renovate-config-nuxt"
55
],
6-
"ignoreDeps": [
7-
"nuxt",
8-
"nuxt3",
9-
"@nuxt/kit",
10-
"parse5"
6+
"baseBranches": [
7+
"main",
8+
"2.x-dev"
9+
],
10+
"packageRules": [
11+
{
12+
"matchBaseBranches": [
13+
"main"
14+
],
15+
"ignoreDeps": [
16+
"nuxt",
17+
"nuxt3",
18+
"@nuxt/kit",
19+
"parse5"
20+
]
21+
},
22+
{
23+
"matchBaseBranches": [
24+
"2.x-dev"
25+
],
26+
"ignoreDeps": [
27+
"core-js",
28+
"postcss",
29+
"postcss-import",
30+
"postcss-loader",
31+
"postcss-url",
32+
"css-loader",
33+
"sass-loader",
34+
"npm",
35+
"boxen",
36+
"html-webpack-plugin",
37+
"terser-webpack-plugin",
38+
"@types/terser-webpack-plugin",
39+
"@types/webpack-bundle-analyzer",
40+
"wrap-ansi",
41+
"jest",
42+
"babel-jest",
43+
"globby",
44+
"execa",
45+
"chalk",
46+
"vue",
47+
"vuex"
48+
]
49+
}
1150
]
1251
}

0 commit comments

Comments
 (0)