Skip to content

Commit

Permalink
Update actions/runner by Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Aug 19, 2021
1 parent dc9f9b0 commit 33ae4a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json5
@@ -0,0 +1,18 @@
{
"extends": ["config:base"],
"packageRules": [
{
"matchPackageNames": ["actions/runner"],
"extractVersion": "^v(?<version>.*)$"
}
],
"regexManagers": [
// runner version in https://github.com/actions/runner/releases
{
"fileMatch": [".github/workflows/build-and-release-runners.yml"],
"matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"],
"depNameTemplate": "actions/runner",
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit 33ae4a6

Please sign in to comment.