File tree Expand file tree Collapse file tree 2 files changed +27
-16
lines changed
Expand file tree Collapse file tree 2 files changed +27
-16
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" : [" config:recommended" , " :dependencyDashboard" ],
4+ "baseBranches" : [" main" ],
5+ "prHourlyLimit" : 0 ,
6+ "prConcurrentLimit" : 0 ,
7+ "branchConcurrentLimit" : 0 ,
8+ "mode" : " full" ,
9+ "commitMessageLowerCase" : " auto" ,
10+ "semanticCommits" : " enabled" ,
11+ "semanticCommitType" : " feat" ,
12+ "flux" : {
13+ "fileMatch" : [" ^.*flux\\ .yaml$" ]
14+ },
15+ "packageRules" : [
16+ {
17+ "matchManagers" : [" github-actions" , " flux" ],
18+ "groupName" : " all-ci-updates" ,
19+ "updateTypes" : [" major" , " minor" , " patch" ]
20+ },
21+ {
22+ "matchManagers" : [" gomod" ],
23+ "groupName" : " all-go-updates" ,
24+ "updateTypes" : [" minor" , " patch" ]
25+ }
26+ ]
27+ }
You can’t perform that action at this time.
0 commit comments