fix: disable ruby updates (#23794)

Until https://github.com/fastlane/fastlane/issues/29183 is fixed
This commit is contained in:
bo0tzz
2025-11-11 15:51:21 +01:00
committed by GitHub
parent 905f4375b0
commit f915d4cc90

View File

@@ -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": [