ci: add rootless dnd to renovate (#1711)
This commit is contained in:
parent
784019f3d7
commit
dc29e31bcc
|
|
@ -31,7 +31,8 @@
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"runner/actions-runner.dockerfile",
|
"runner/actions-runner.dockerfile",
|
||||||
"runner/actions-runner-dind.dockerfile"
|
"runner/actions-runner-dind.dockerfile",
|
||||||
|
"runner/actions-runner-dind-rootless.dockerfile"
|
||||||
],
|
],
|
||||||
"matchStrings": ["RUNNER_VERSION=+(?<currentValue>.*?)\\n"],
|
"matchStrings": ["RUNNER_VERSION=+(?<currentValue>.*?)\\n"],
|
||||||
"depNameTemplate": "actions/runner",
|
"depNameTemplate": "actions/runner",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue