File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "configMigration" : true ,
4+ "extends" : [
5+ " config:recommended" ,
6+ " group:allNonMajor" ,
7+ " schedule:weekly" ,
8+ " :approveMajorUpdates" ,
9+ " :automergeMinor" ,
10+ " :disablePeerDependencies" ,
11+ " :maintainLockFilesMonthly" ,
12+ " :semanticCommits" ,
13+ " :semanticCommitTypeAll(chore)"
14+ ],
15+ "ignorePresets" : [" :ignoreModulesAndTests" ],
16+ "labels" : [" dependencies" ],
17+ "rangeStrategy" : " bump" ,
18+ "postUpdateOptions" : [" pnpmDedupe" ],
19+ "ignoreDeps" : [
20+ " @types/node" ,
21+ " @types/react" ,
22+ " @types/react-dom" ,
23+ " node" ,
24+ " react" ,
25+ " react-dom" ,
26+ " react-scripts" ,
27+ " typescript" ,
28+ " typescript47" ,
29+ " typescript48" ,
30+ " typescript49" ,
31+ " typescript50" ,
32+ " typescript51" ,
33+ " typescript52" ,
34+ " vue" ,
35+ " vue-tsc"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments