File tree Expand file tree Collapse file tree 1 file changed +44
-5
lines changed Expand file tree Collapse file tree 1 file changed +44
-5
lines changed Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
" github>nuxt/renovate-config-nuxt"
5
5
],
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
+ }
11
50
]
12
51
}
You can’t perform that action at this time.
0 commit comments