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