0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-15 03:11:28 -05:00
immich/renovate.json
bo0tzz 69662e1ab4
chore: shared renovate configuration (#16903)
* 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>
2025-03-25 14:56:54 +00:00

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"
]
}