Skip to content

Commit

Permalink
Enable automerge for actions/runner
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Aug 20, 2021
1 parent 33ae4a6 commit 3f5dab5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"extends": ["config:base"],
"packageRules": [
{
// automatically merge an update of runner
"matchPackageNames": ["actions/runner"],
"extractVersion": "^v(?<version>.*)$"
"extractVersion": "^v(?<version>.*)$",
"automerge": true
}
],
"regexManagers": [
// runner version in https://github.com/actions/runner/releases
{
// use https://github.com/actions/runner/releases
"fileMatch": [".github/workflows/build-and-release-runners.yml"],
"matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"],
"depNameTemplate": "actions/runner",
Expand Down

0 comments on commit 3f5dab5

Please sign in to comment.