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