Skip to content

Commit

Permalink
ci: try to make renovate fetch the windows runner version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 14, 2023
1 parent 8b10071 commit b23cb23
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 @@ -10,7 +10,7 @@
},
{
"matchDepNames": "windows github actions runner",
"extractVersion": "^macOS-12(?<version>\\d\\d)\/\\d+.\\.\\d+$"
"extractVersion": "^macOS-(?<version>\\d\\d)\/\\d+.\\.\\d+$"
},
{
"matchDepNames": "ubuntu github actions runner",
Expand Down

0 comments on commit b23cb23

Please sign in to comment.