We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ae4a6 commit 3f5dab5Copy full SHA for 3f5dab5
1 file changed
.github/renovate.json5
@@ -2,13 +2,15 @@
2
"extends": ["config:base"],
3
"packageRules": [
4
{
5
+ // automatically merge an update of runner
6
"matchPackageNames": ["actions/runner"],
- "extractVersion": "^v(?<version>.*)$"
7
+ "extractVersion": "^v(?<version>.*)$",
8
+ "automerge": true
9
}
10
],
11
"regexManagers": [
- // runner version in https://github.com/actions/runner/releases
12
13
+ // use https://github.com/actions/runner/releases
14
"fileMatch": [".github/workflows/build-and-release-runners.yml"],
15
"matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"],
16
"depNameTemplate": "actions/runner",
0 commit comments