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+ " config:base" ,
5+ " schedule:weekly"
6+ ],
7+ "assigneesFromCodeOwners" : true ,
8+ "assigneesSampleSize" : 1 ,
9+ "branchPrefix" : " chore/renovate/" ,
10+ "commitBodyTable" : true ,
11+ "commitMessageAction" : " Pin" ,
12+ "commitMessageTopic" : " {{depName}}" ,
13+ "packageRules" : [
14+ {
15+ "matchDepTypes" : [
16+ " devDependencies"
17+ ],
18+ "matchUpdateTypes" : [
19+ " patch" ,
20+ " minor"
21+ ],
22+ "commitMessageSuffix" : " dev" ,
23+ "automerge" : true ,
24+ "groupName" : " devDependencies (non-major)"
25+ }
26+ ],
27+ "prConcurrentLimit" : 5 ,
28+ "prHourlyLimit" : 3 ,
29+ "rangeStrategy" : " bump" ,
30+ "semanticCommits" : " enabled" ,
31+ "semanticCommitType" : " chore" ,
32+ "separateMinorPatch" : true ,
33+ "vulnerabilityAlerts" : {
34+ "labels" : [
35+ " security"
36+ ]
37+ }
38+ }
You can’t perform that action at this time.
0 commit comments