Skip to content

Commit 31d6b1b

Browse files
committed
Refactor GitHub Actions package rules in renovate.json
1 parent c7a5804 commit 31d6b1b

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
@@ -9,13 +9,6 @@
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",
@@ -35,6 +28,33 @@
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
}

0 commit comments

Comments
 (0)