diff --git a/apps/immich/renovate.json b/apps/immich/renovate.json new file mode 100644 index 0000000..89e5495 --- /dev/null +++ b/apps/immich/renovate.json @@ -0,0 +1,10 @@ +{ + "packageRules": [ + { + "matchDatasources": ["docker"], + "matchPackagePrefixes": ["ghcr.io/immich-app/"], + "groupName": "Immich containers", + "groupSlug": "immich-app-images" + } + ] + } \ No newline at end of file diff --git a/renovate.json b/renovate.json index 02ae055..f2fa10e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "dependencyDashboard": true + "dependencyDashboard": true, + "extends": [ + "./apps/immich/renovate.json" + ], + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + } + ] + }