1
0
Fork 0

Group immich packages in Renovate config

Added a new group in renovate.json to group updates for 'altran1502/immich**' and 'ghcr.io/immich-app/immich**' packages under the 'immich' group. This helps manage and review related dependency updates together.
This commit is contained in:
pooneyy 2025-07-25 18:43:47 +08:00
parent 292f8b25b8
commit 924d14fb8f
No known key found for this signature in database
1 changed files with 8 additions and 3 deletions

View File

@ -22,6 +22,13 @@
],
"enabled": false
},
{
"matchPackageNames": [
"altran1502/immich**",
"ghcr.io/immich-app/immich**"
],
"groupName": "immich"
},
{
"matchPackageNames": ["budtmo/docker-android"],
"matchCurrentVersion": "emulator_9.0_*",
@ -53,9 +60,7 @@
"allowedVersions": "/^emulator_14.0_*/"
},
{
"matchPackageNames": [
"chaitin/safeline**"
],
"matchPackageNames": ["chaitin/safeline**"],
"groupName": "SafeLine"
},
{