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