Skip to content

Commit 9dc1c43

Browse files
authored
fix: custom extractVersion for devtools actions (#20)
1 parent 7069105 commit 9dc1c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"groupName": "github-actions",
111111
"ignoreUnstable": false,
112112
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
113-
"minimumReleaseAge": "0"
113+
"minimumReleaseAge": "0",
114+
"extractVersion": "^(?<version>.+)$"
114115
}
115116
],
116117
"customManagers": [

0 commit comments

Comments
 (0)