From 770e67ce474d50a85b933873a39a7bd5a39db5d6 Mon Sep 17 00:00:00 2001 From: mobeicanyue <81098819+mobeicanyue@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:00:54 +0800 Subject: [PATCH] Update renovate.json (#1076) --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8893fc847..c3fe25646 100644 --- a/renovate.json +++ b/renovate.json @@ -61,7 +61,13 @@ { "matchFileNames": ["apps/tomcat/10.*/*.yml"], "allowedVersions": "/^10.*/" - } + }, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["ghcr.io/umami-software/umami"], + "versionCompatibility": "^(?.*)-(?.*)$", + "versioning": "semver" + }, ], "prCreation": "immediate" }