1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-03 13:09:27 +02:00

chore: renovate grouping (#8113)

This commit is contained in:
Jason Rasmussen 2024-03-20 14:50:01 -05:00 committed by GitHub
parent 048d437b0b
commit 92cc647cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,33 +4,28 @@
"minimumReleaseAge": "5 days", "minimumReleaseAge": "5 days",
"packageRules": [ "packageRules": [
{ {
"matchFileNames": ["cli/**"], "matchFileNames": [
"groupName": "@immich/cli", "cli/**",
"matchUpdateTypes": ["minor", "patch"], "docs/**",
"schedule": "on tuesday" "e2e/**",
}, "open-api/**",
{ "server/**",
"matchFileNames": ["docs/**"], "web/**"
"groupName": "docs", ],
"matchUpdateTypes": ["minor", "patch"], "groupName": "typescript-projects",
"schedule": "on tuesday"
},
{
"matchFileNames": ["mobile/**"],
"groupName": "mobile",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["server/**"],
"groupName": "server",
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"excludePackagePrefixes": ["exiftool", "reflect-metadata"], "excludePackagePrefixes": ["exiftool", "reflect-metadata"],
"schedule": "on tuesday" "schedule": "on tuesday"
}, },
{ {
"matchFileNames": ["open-api/**"], "matchFileNames": ["machine-learning/**"],
"groupName": "open-api", "groupName": "machine-learning",
"rangeStrategy": "in-range-only",
"schedule": "on tuesday"
},
{
"matchFileNames": ["mobile/**"],
"groupName": "mobile",
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday" "schedule": "on tuesday"
}, },
@ -45,18 +40,6 @@
"matchPackagePrefixes": ["@sveltejs"], "matchPackagePrefixes": ["@sveltejs"],
"schedule": "on tuesday" "schedule": "on tuesday"
}, },
{
"matchFileNames": ["web/**"],
"groupName": "web",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["machine-learning/**"],
"groupName": "machine-learning",
"rangeStrategy": "in-range-only",
"schedule": "on tuesday"
},
{ {
"matchFileNames": [".github/**"], "matchFileNames": [".github/**"],
"groupName": "github-actions", "groupName": "github-actions",
@ -81,9 +64,6 @@
} }
], ],
"ignorePaths": ["mobile/openapi/pubspec.yaml"], "ignorePaths": ["mobile/openapi/pubspec.yaml"],
"ignoreDeps": [ "ignoreDeps": ["http", "intl"],
"http",
"intl"
],
"labels": ["dependencies", "renovate"] "labels": ["dependencies", "renovate"]
} }