File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [
3+ " config:base" ,
4+ " :disableDependencyDashboard"
5+ ],
6+ "labels" : [
7+ " dependencies"
8+ ],
9+ "packageRules" : [
10+ {
11+ "automerge" : true ,
12+ "description" : " Automerge all updates except major versions" ,
13+ "matchUpdateTypes" : [
14+ " patch" ,
15+ " pin" ,
16+ " digest" ,
17+ " minor"
18+ ]
19+ },
20+ {
21+ "description" : " Tag the waddlers Github Team for major updates" ,
22+ "matchUpdateTypes" : [
23+ " major"
24+ ],
25+ "reviewers" : [
26+ " team:waddlers"
27+ ]
28+ },
29+ {
30+ "automerge" : true ,
31+ "description" : " Group minor and patch updates into a single PR" ,
32+ "groupName" : " dependencies" ,
33+ "managers" : [
34+ " terraform" ,
35+ " gomod" ,
36+ " pre-commit" ,
37+ " circleci" ,
38+ " dockerfile" ,
39+ " github-actions"
40+ ],
41+ "matchUpdateTypes" : [
42+ " minor" ,
43+ " patch"
44+ ]
45+ }
46+ ],
47+ "postUpdateOptions" : [
48+ " gomodTidy"
49+ ],
50+ "prConcurrentLimit" : 2 ,
51+ "schedule" : [
52+ " every weekend"
53+ ],
54+ "separateMinorPatch" : true ,
55+ "timezone" : " America/Los_Angeles"
56+ }
You can’t perform that action at this time.
0 commit comments