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:
parent
7b6fb2b206
commit
a8efbc6772
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user