Source Code added
This commit is contained in:
parent
800376eafd
commit
9efa9bc6dd
3912 changed files with 754770 additions and 2 deletions
46
renovate.json
Normal file
46
renovate.json
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"$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"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["ruby"],
|
||||
"groupName": "ruby",
|
||||
"matchCurrentVersion": "< 3.4",
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"ignorePaths": [
|
||||
"mobile/openapi/pubspec.yaml",
|
||||
"mobile/ios",
|
||||
"mobile/android"
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"http",
|
||||
"intl"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue