File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [" config:base" , " :disableDependencyDashboard" ],
4+ "packageRules" : [
5+ {
6+ "groupName" : " lint dependencies" ,
7+ "matchPackagePatterns" : [" eslint" , " prettier" ]
8+ },
9+ {
10+ "groupName" : " react dependencies" ,
11+ "matchPackagePatterns" : [" react" ]
12+ },
13+ {
14+ "groupName" : " TypeScript type definitions" ,
15+ "matchPackagePatterns" : [" @types/" ]
16+ },
17+ {
18+ "groupName" : " CI github-actions" ,
19+ "matchManagers" : [" github-actions" ]
20+ },
21+ {
22+ "groupName" : " Don't bump package.json > engines except for security" ,
23+ "description" : " https://github.com/renovatebot/renovate/discussions/13521" ,
24+ "packageNames" : [" node" ],
25+ "matchDepTypes" : [" engines" ],
26+ "rangeStrategy" : " auto"
27+ }
28+ ],
29+ "rangeStrategy" : " bump"
30+ }
You can’t perform that action at this time.
0 commit comments