diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 04306cb3..1b3c8458 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -86,8 +86,8 @@ "^\\.github/workflows/.*\\.ya?ml$", ], "matchStrings": [ - "renovate-version: (?\\S+)", - "RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:(?\\S+)" + "renovate-version: (?[^@\\s]+)(?:@(?\\S+))?", + "RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:(?[^@\\s]+)(?:@(?\\S+))?" ] } ],