mirror of
https://github.com/immich-app/immich.git
synced 2025-04-15 03:11:28 -05:00
* chore: shared renovate configuration dep: https://github.com/immich-app/.github/pull/2 * chore: move typescript-projects and schedule to shared config --------- Co-authored-by: Zack Pollard <zackpollard@ymail.com>
35 lines
670 B
JSON
35 lines
670 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>immich-app/.github:renovate-config"],
|
|
"packageRules": [
|
|
{
|
|
"matchFileNames": [
|
|
"machine-learning/**"
|
|
],
|
|
"groupName": "machine-learning",
|
|
"rangeStrategy": "in-range-only",
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"mobile/**"
|
|
],
|
|
"groupName": "mobile",
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"addLabels": [
|
|
"📱mobile"
|
|
]
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"mobile/openapi/pubspec.yaml",
|
|
"mobile/ios",
|
|
"mobile/android"
|
|
],
|
|
"ignoreDeps": [
|
|
"http",
|
|
"intl"
|
|
]
|
|
}
|