Skip to content

Commit b177403

Browse files
authored
Refactor GitHub Actions package rules in renovate.json
1 parent 9461ef7 commit b177403

1 file changed

Lines changed: 27 additions & 7 deletions

File tree

renovate.json

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
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",
@@ -36,6 +29,33 @@
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
}

0 commit comments

Comments
 (0)