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+ "dependencyDashboardAutoclose" : true ,
4+ "extends" : [
5+ " :dependencyDashboard" ,
6+ " :semanticPrefixFixDepsChoreOthers" ,
7+ " :ignoreModulesAndTests" ,
8+ " group:monorepos" ,
9+ " group:recommended" ,
10+ " workarounds:all" ,
11+ " :pinAllExceptPeerDependencies" ,
12+ " :semanticCommitTypeAll(chore)" ,
13+ " :disableRateLimiting"
14+ ],
15+ "labels" : [
16+ " dependencies"
17+ ],
18+ "constraints" : {
19+ "pnpm" : " 10"
20+ },
21+ "baseBranchPatterns" : [
22+ " dev"
23+ ],
24+ "minimumReleaseAge" : " 2 days" ,
25+ "packageRules" : [
26+ {
27+ "description" : " Use fix for patch updates" ,
28+ "matchUpdateTypes" : [" patch" ],
29+ "semanticCommitType" : " fix"
30+ },
31+ {
32+ "description" : " Use feat for minor updates" ,
33+ "matchUpdateTypes" : [" minor" ],
34+ "semanticCommitType" : " feat"
35+ }
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments