Skip to content

Commit

Permalink
ci: add rootless dnd to renovate (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
toast-gear authored Aug 12, 2022
1 parent 784019f commit dc29e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dc29e31

Please sign in to comment.