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