diff --git a/.github/renovate.json b/.github/renovate.json index b46abc8b2..f3ebe3d79 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -85,8 +85,11 @@ }, { "fileMatch": ["^docker-compose.yml$"], - "matchStrings": ["image:\\s?ghcr\\.io/umami-software/umami:(?[0-9]+\\.[0-9]+\\.[0-9]+)"], - "datasourceTemplate": "docker" + "matchStrings": [ + "image:\\s?ghcr\\.io/umami-software/umami:[^\\s]+" + ], + "datasourceTemplate": "docker", + "versioningTemplate": "docker" } ], "prCreation": "immediate"