File tree Expand file tree Collapse file tree 2 files changed +27
-6
lines changed
Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ "config:recommended" ,
5+ ":semanticCommitTypeAll(chore)" ,
6+ "schedule:earlyMondays" ,
7+ ] ,
8+ "labels" : [ "C-Dependencies" ] ,
9+ "prConcurrentLimit" : 5 ,
10+ "prHourlyLimit" : 5 ,
11+ "vulnerabilityAlerts" : {
12+ "addLabels" : [ "P-Critical" , "C-Security" ] ,
13+ "assignees" : [ "@DanielVoogsgerd" ]
14+ } ,
15+ "packageRules" : [
16+ {
17+ "groupName" : "all non-major dependencies (exclude 0.x.y)" ,
18+ "groupSlug" : "all-minor-patch-semver" ,
19+ "matchPackageNames" : [ "*" ] ,
20+ "matchManagers" : [ "cargo" ] ,
21+ "matchUpdateTypes" : [ "minor" , "patch" ] ,
22+ // Ignore the packages in development, see semver 2.0.0
23+ "matchCurrentValue" : "!/^v?0\\./" ,
24+ prPriority : 10
25+ }
26+ ]
27+ }
You can’t perform that action at this time.
0 commit comments