mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
deps: update renovate groups and schedule (#6579)
This commit is contained in:
parent
7b6fb2b206
commit
a8efbc6772
1 changed files with 10 additions and 2 deletions
|
@ -28,6 +28,12 @@
|
||||||
"excludePackagePrefixes": ["exiftool", "reflect-metadata"],
|
"excludePackagePrefixes": ["exiftool", "reflect-metadata"],
|
||||||
"schedule": "on tuesday"
|
"schedule": "on tuesday"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": ["open-api/**"],
|
||||||
|
"groupName": "open-api",
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"schedule": "on tuesday"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"groupName": "exiftool",
|
"groupName": "exiftool",
|
||||||
"matchPackagePrefixes": ["exiftool"],
|
"matchPackagePrefixes": ["exiftool"],
|
||||||
|
@ -65,11 +71,13 @@
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["node"],
|
"matchPackageNames": ["node"],
|
||||||
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
||||||
"versioning": "node"
|
"versioning": "node",
|
||||||
|
"schedule": "on tuesday"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"packageNames": ["com.google.guava:guava"],
|
"packageNames": ["com.google.guava:guava"],
|
||||||
"versionScheme": "docker"
|
"versionScheme": "docker",
|
||||||
|
"schedule": "on tuesday"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": ["mobile/openapi/pubspec.yaml"],
|
"ignorePaths": ["mobile/openapi/pubspec.yaml"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue