Skip to content

Commit 8003cf7

Browse files
committed
chore: remove renovate configuration from 2.x branch
1 parent c51de65 commit 8003cf7

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

renovate.json

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
],
88
"baseBranches": [
99
"main",
10-
"3.x",
11-
"2.x"
10+
"3.x"
1211
],
1312
"packageRules": [
1413
{
@@ -33,33 +32,6 @@
3332
"nuxt3",
3433
"@nuxt/kit"
3534
]
36-
},
37-
{
38-
"matchBaseBranches": [
39-
"2.x"
40-
],
41-
"ignoreDeps": [
42-
"@types/node",
43-
"postcss-import",
44-
"postcss-loader",
45-
"postcss-url",
46-
"css-loader",
47-
"sass-loader",
48-
"npm",
49-
"boxen",
50-
"html-webpack-plugin",
51-
"terser-webpack-plugin",
52-
"@types/terser-webpack-plugin",
53-
"@types/webpack-bundle-analyzer",
54-
"@types/webpack-hot-middleware",
55-
"webpack-dev-middleware",
56-
"wrap-ansi",
57-
"globby",
58-
"execa",
59-
"chalk",
60-
"vue",
61-
"vuex"
62-
]
6335
}
6436
]
6537
}

0 commit comments

Comments
 (0)