mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
e2d0e944eb
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:base", "docker:pinDigests"],
|
|
"minimumReleaseAge": "5 days",
|
|
"packageRules": [
|
|
{
|
|
"matchFileNames": ["cli/**"],
|
|
"groupName": "@immich/cli",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"matchFileNames": ["docs/**"],
|
|
"groupName": "docs",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"matchFileNames": ["mobile/**"],
|
|
"groupName": "mobile",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"matchFileNames": ["server/**"],
|
|
"groupName": "server",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"excludePackagePrefixes": ["exiftool"],
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"groupName": "exiftool",
|
|
"matchPackagePrefixes": ["exiftool"],
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"matchFileNames": ["web/**"],
|
|
"groupName": "web",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"matchFileNames": ["machine-learning/**"],
|
|
"groupName": "machine-learning",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"matchFileNames": [".github/**"],
|
|
"groupName": "github-actions",
|
|
"schedule": "on tuesday"
|
|
},
|
|
{
|
|
"groupName": "base-image",
|
|
"matchPackagePrefixes": ["ghcr.io/immich-app/base-server"],
|
|
"minimumReleaseAge": "0"
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["node"],
|
|
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
|
"versioning": "node"
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"mobile/openapi/pubspec.yaml"
|
|
],
|
|
"ignoreDeps": [
|
|
"http",
|
|
"latlong2",
|
|
"vector_map_tiles",
|
|
"flutter_map",
|
|
"flutter_map_heatmap"
|
|
]
|
|
}
|