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" : [
4+ " :disableDependencyDashboard" ,
5+ " :disablePeerDependencies" ,
6+ " :semanticPrefixFixDepsChoreOthers" ,
7+ " :ignoreModulesAndTests" ,
8+ " workarounds:all" ,
9+ " helpers:pinGitHubActionDigestsToSemver" ,
10+ " docker:disable"
11+ ],
12+ "rangeStrategy" : " bump" ,
13+ "ignorePaths" : [" **/node_modules/**" ],
14+ "commitMessageSuffix" : " [skip netlify]" ,
15+ "packageRules" : [
16+ {
17+ "groupName" : " github-actions" ,
18+ "matchManagers" : [" github-actions" ]
19+ },
20+ {
21+ "matchManagers" : [" npm" ],
22+ "matchDepTypes" : [" dependencies" , " devDependencies" ],
23+ "separateMajorMinor" : true
24+ },
25+ {
26+ "description" : " Disable package manager version updates" ,
27+ "matchPackageNames" : [" pnpm" ],
28+ "matchDepTypes" : [" packageManager" ],
29+ "enabled" : false
30+ }
31+ ]
32+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments