diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d42db998..8356a642 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -61,6 +61,18 @@ "matchStrings": [ "ghcr.io/grafana/grafana-build-tools:(?\\S+)" ] + }, + { + // Update renovate version in GHA workflow file. + "customType": "regex", + "depNameTemplate": "ghcr.io/renovatebot/renovate", + "datasourceTemplate": "docker", + "fileMatch": [ + "^\\.github/workflows/.*\\.ya?ml$", + ], + "matchStrings": [ + "renovate-version: (?\\S+)" + ] } ] }