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:
parent
292f8b25b8
commit
924d14fb8f
|
|
@ -22,6 +22,13 @@
|
||||||
],
|
],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": [
|
||||||
|
"altran1502/immich**",
|
||||||
|
"ghcr.io/immich-app/immich**"
|
||||||
|
],
|
||||||
|
"groupName": "immich"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["budtmo/docker-android"],
|
"matchPackageNames": ["budtmo/docker-android"],
|
||||||
"matchCurrentVersion": "emulator_9.0_*",
|
"matchCurrentVersion": "emulator_9.0_*",
|
||||||
|
|
@ -53,9 +60,7 @@
|
||||||
"allowedVersions": "/^emulator_14.0_*/"
|
"allowedVersions": "/^emulator_14.0_*/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": ["chaitin/safeline**"],
|
||||||
"chaitin/safeline**"
|
|
||||||
],
|
|
||||||
"groupName": "SafeLine"
|
"groupName": "SafeLine"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue