Skip to content

Commit

Permalink
chore: renovate grouping (#8113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Mar 20, 2024
1 parent 048d437 commit 92cc647
Showing 1 changed file with 14 additions and 34 deletions.
48 changes: 14 additions & 34 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@
"minimumReleaseAge": "5 days",
"packageRules": [
{
"matchFileNames": ["cli/**"],
"groupName": "@immich/cli",
"matchFileNames": [
"cli/**",
"docs/**",
"e2e/**",
"open-api/**",
"server/**",
"web/**"
],
"groupName": "typescript-projects",
"matchUpdateTypes": ["minor", "patch"],
"excludePackagePrefixes": ["exiftool", "reflect-metadata"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["docs/**"],
"groupName": "docs",
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": ["machine-learning/**"],
"groupName": "machine-learning",
"rangeStrategy": "in-range-only",
"schedule": "on tuesday"
},
{
Expand All @@ -21,19 +29,6 @@
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["server/**"],
"groupName": "server",
"matchUpdateTypes": ["minor", "patch"],
"excludePackagePrefixes": ["exiftool", "reflect-metadata"],
"schedule": "on tuesday"
},
{
"matchFileNames": ["open-api/**"],
"groupName": "open-api",
"matchUpdateTypes": ["minor", "patch"],
"schedule": "on tuesday"
},
{
"groupName": "exiftool",
"matchPackagePrefixes": ["exiftool"],
Expand All @@ -45,18 +40,6 @@
"matchPackagePrefixes": ["@sveltejs"],
"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/**"],
"groupName": "github-actions",
Expand All @@ -81,9 +64,6 @@
}
],
"ignorePaths": ["mobile/openapi/pubspec.yaml"],
"ignoreDeps": [
"http",
"intl"
],
"ignoreDeps": ["http", "intl"],
"labels": ["dependencies", "renovate"]
}

0 comments on commit 92cc647

Please sign in to comment.