File tree Expand file tree Collapse file tree 2 files changed +43
-9
lines changed Expand file tree Collapse file tree 2 files changed +43
-9
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+ ],
6+ "commitMessageLowerCase" : " never" ,
7+ "labels" : [
8+ " dependencies"
9+ ],
10+ "prConcurrentLimit" : 0 ,
11+ "prHourlyLimit" : 0 ,
12+ "schedule" : [
13+ " * 0-7 * * 1"
14+ ],
15+ "github-actions" : {
16+ "addLabels" : [
17+ " skip changelog"
18+ ],
19+ "packageRules" : [
20+ {
21+ "groupName" : " GitHub Actions" ,
22+ "matchPackageNames" : [
23+ " actions/**" ,
24+ " github/**"
25+ ]
26+ },
27+ {
28+ "enabled" : false ,
29+ "matchUpdateTypes" : [
30+ " digest"
31+ ]
32+ },
33+ {
34+ "automerge" : true ,
35+ "matchUpdateTypes" : [
36+ " minor" ,
37+ " patch"
38+ ],
39+ "matchCurrentVersion" : " !/^0/"
40+ }
41+ ]
42+ }
43+ }
You can’t perform that action at this time.
0 commit comments