Skip to content

Commit 3f5dab5

Browse files
committed
Enable automerge for actions/runner
1 parent 33ae4a6 commit 3f5dab5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"extends": ["config:base"],
33
"packageRules": [
44
{
5+
// automatically merge an update of runner
56
"matchPackageNames": ["actions/runner"],
6-
"extractVersion": "^v(?<version>.*)$"
7+
"extractVersion": "^v(?<version>.*)$",
8+
"automerge": true
79
}
810
],
911
"regexManagers": [
10-
// runner version in https://github.com/actions/runner/releases
1112
{
13+
// use https://github.com/actions/runner/releases
1214
"fileMatch": [".github/workflows/build-and-release-runners.yml"],
1315
"matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"],
1416
"depNameTemplate": "actions/runner",

0 commit comments

Comments
 (0)