Skip to content

Commit

Permalink
ci: use renovate to update matrix OS runner (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
xballoy committed May 21, 2024
1 parent 14f3482 commit 897ce2a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@
":automergeMinor",
":automergeDigest"
],
"labels": ["dependencies"]
"labels": ["dependencies"],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^.github/(?:workflows|actions)/.+\\.ya?ml$"
],
"matchStrings": [
"os: \"(?<currentValue>.*?)\""
],
"datasourceTemplate": "github-runners"
}
]
}

0 comments on commit 897ce2a

Please sign in to comment.