fix: disable ruby updates (#23794)

Until https://github.com/fastlane/fastlane/issues/29183 is fixed
pull/23582/head
bo0tzz 2025-11-11 15:51:21 +07:00 committed by GitHub
parent 905f4375b0
commit f915d4cc90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

@ -26,6 +26,12 @@
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchPackageNames": ["ruby"],
"groupName": "ruby",
"matchCurrentVersion": "< 3.4",
"enabled": false
}
],
"ignorePaths": [