From 9d19916860e9648ce2a9ec68925ee7da2c6f9fa4 Mon Sep 17 00:00:00 2001 From: heavybullets8 Date: Fri, 24 Jan 2025 14:14:15 -0700 Subject: [PATCH] fix(immich): Correct matchPatterns and Datasources Trying to avoid having multiple PR's when it SEEMS like immich doesnt update individual containers, they all seem to update, if there is a change to any of them.. --- .github/renovate/groups.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate/groups.json5 b/.github/renovate/groups.json5 index 849e934b6..c49719f5d 100644 --- a/.github/renovate/groups.json5 +++ b/.github/renovate/groups.json5 @@ -43,12 +43,12 @@ { "description": ["Immich Group"], "groupName": "Immich", - "matchPackageNames": ["immich-app/immich"], - "matchDatasources": ["github-releases"], + "matchPackagePatterns": ["^immich-.*"], + "matchDatasources": ["docker", "github-releases"], "group": { "commitMessageTopic": "{{{groupName}}} group" }, - "separateMinorPatch": true + "separateMinorPatch": false }, { "description": ["Talos Group"],