diff --git a/.github/renovate.json b/.github/renovate.json index 7c4068d6d..6f2bd259e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -82,6 +82,11 @@ { "matchPackageNames": ["photoprism/photoprism"], "versioning": "regex:^(?\\d{2})(?\\d{2})(?\\d{2})$" + }, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["ghcr.io/umami-software/umami"], + "versioning": "semver" } ], "prCreation": "immediate"