File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 " customManagers:githubActionsVersions" ,
77 " customManagers:makefileVersions"
88 ],
9- "baseBranches" : [" master" , " release-1.13" , " release-1.14" ],
10- "postUpdateOptions" : [" gomodTidy" ],
11- "labels" : [" dependencies" ],
9+ "baseBranchPatterns" : [
10+ " master" ,
11+ " release-1.13" ,
12+ " release-1.14"
13+ ],
14+ "postUpdateOptions" : [
15+ " gomodTidy"
16+ ],
17+ "labels" : [
18+ " dependencies"
19+ ],
1220 "packageRules" : [
1321 {
14- "matchBaseBranches" : [" master" ],
22+ "matchBaseBranches" : [
23+ " master"
24+ ],
1525 "matchPackageNames" : [
1626 " *"
1727 ],
3747 "groupName" : " golang"
3848 },
3949 {
40- "matchBaseBranches" : [" release-*" ],
41- "extends" :[" security:only-security-updates" ],
50+ "matchBaseBranches" : [
51+ " release-*"
52+ ],
53+ "extends" : [
54+ " security:only-security-updates"
55+ ],
4256 "automerge" : true
4357 },
4458 {
45- "matchBaseBranches" : [" release-*" ],
59+ "matchBaseBranches" : [
60+ " release-*"
61+ ],
4662 "matchPackageNames" : [
4763 " golang.org/x/**" ,
4864 " go"
6480 "enabled" : false
6581 }
6682 ]
67- }
83+ }
You can’t perform that action at this time.
0 commit comments