Skip to content

Commit 83684f0

Browse files
authored
Update renovate.json to include GitHub Actions rules
1 parent b6d1ae6 commit 83684f0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
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+
},
1219
{
1320
"matchUpdateTypes": [
1421
"minor",

0 commit comments

Comments
 (0)