ci: add rootless dnd to renovate (#1711)

This commit is contained in:
Callum Tait
2022-08-12 02:41:30 +01:00
committed by GitHub
parent 784019f3d7
commit dc29e31bcc

View File

@@ -31,7 +31,8 @@
{
"fileMatch": [
"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"],
"depNameTemplate": "actions/runner",