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 0ec364d commit 8b10071
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"matchDepNames": "windows github actions runner",
"extractVersion": "^win(?<version>\\d\\d)\/\\d+.\\.\\d+$"
},
{
"matchDepNames": "windows github actions runner",
"extractVersion": "^macOS-12(?<version>\\d\\d)\/\\d+.\\.\\d+$"
},
{
"matchDepNames": "ubuntu github actions runner",
"extractVersion": "^ubuntu(?<version>\\d\\d)\/\\d+.\\.\\d+$"
Expand All @@ -27,6 +31,19 @@
"datasourceTemplate": "github-releases",
"versioningTemplate": "docker"
},
{
"fileMatch": [
"^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.[Yy][Aa]?[Mm][Ll]$",
"(^|\\/)action\\.[Yy][Aa]?[Mm][Ll]$"
],
"matchStrings": [
"macos-\\d\\d(?<currentValue>\\d\\d)"
],
"depNameTemplate": "macos github actions runner",
"packageNameTemplate": "actions/runner-images",
"datasourceTemplate": "github-releases",
"versioningTemplate": "docker"
},
{
"fileMatch": [
"^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.[Yy][Aa]?[Mm][Ll]$",
Expand Down

0 comments on commit 8b10071

Please sign in to comment.