File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "timezone" : " UTC" ,
1111 "rebaseWhen" : " conflicted" ,
1212 "packageRules" : [
13- {
14- "matchManagers" : [
15- " github-actions"
16- ],
17- "extractVersion" : " ^v(?<version>\\ d+\\ .\\ d+\\ .\\ d+)$" ,
18- "groupName" : " github-actions"
19- },
2013 {
2114 "matchUpdateTypes" : [
2215 " minor" ,
3629 " digest"
3730 ],
3831 "automerge" : false
32+ },
33+ {
34+ "matchManagers" : [
35+ " github-actions"
36+ ],
37+ "matchUpdateTypes" : [
38+ " minor" ,
39+ " patch" ,
40+ " digest" ,
41+ " pinDigest"
42+ ],
43+ "extractVersion" : " ^v(?<version>\\ d+\\ .\\ d+\\ .\\ d+)$" ,
44+ "groupName" : " github actions non-major" ,
45+ "groupSlug" : " github-actions-non-major" ,
46+ "automerge" : true
47+ },
48+ {
49+ "matchManagers" : [
50+ " github-actions"
51+ ],
52+ "matchUpdateTypes" : [
53+ " major"
54+ ],
55+ "extractVersion" : " ^v(?<version>\\ d+\\ .\\ d+\\ .\\ d+)$" ,
56+ "groupName" : " github actions major" ,
57+ "groupSlug" : " github-actions-major" ,
58+ "automerge" : false
3959 }
4060 ]
4161}
You can’t perform that action at this time.
0 commit comments