diff --git a/renovate.json b/renovate.json index 8893fc84..c3fe2564 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" }