Skip to content

Commit

Permalink
ci: try to make renovate fetch the macos runner version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 14, 2023
1 parent 2b320ed commit 0cfdc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"(^|\\/)action\\.[Yy][Aa]?[Mm][Ll]$"
],
"matchStrings": [
"macos-\\d\\d(?<currentValue>\\d\\d)"
"macos-(?<currentValue>\\d\\d)"
],
"depNameTemplate": "macos github actions runner",
"packageNameTemplate": "actions/runner-images",
Expand Down

0 comments on commit 0cfdc43

Please sign in to comment.