From 53f0bce3488f11d4f4e05858781ad4df261aea85 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Sat, 24 Aug 2024 14:32:41 +0800 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"