1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

deps: update renovate groups and schedule (#6579)

This commit is contained in:
Jason Rasmussen 2024-01-22 11:09:48 -05:00 committed by GitHub
parent 7b6fb2b206
commit a8efbc6772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,12 @@
"excludePackagePrefixes": ["exiftool", "reflect-metadata"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["open-api/**"],
"groupName": "open-api",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday"
},
{
"groupName": "exiftool",
"matchPackagePrefixes": ["exiftool"],
@ -65,11 +71,13 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["node"],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
"versioning": "node",
"schedule": "on tuesday"
},
{
"packageNames": ["com.google.guava:guava"],
"versionScheme": "docker"
"versionScheme": "docker",
"schedule": "on tuesday"
}
],
"ignorePaths": ["mobile/openapi/pubspec.yaml"],