mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 20:40:29 -08:00
fix: disable ruby updates (#23794)
Until https://github.com/fastlane/fastlane/issues/29183 is fixed
This commit is contained in:
@@ -26,6 +26,12 @@
|
|||||||
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
|
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["ruby"],
|
||||||
|
"groupName": "ruby",
|
||||||
|
"matchCurrentVersion": "< 3.4",
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
|||||||
Reference in New Issue
Block a user