fix: disable ruby updates (#23794)
Until https://github.com/fastlane/fastlane/issues/29183 is fixedpull/23582/head
parent
905f4375b0
commit
f915d4cc90
|
|
@ -26,6 +26,12 @@
|
|||
"matchPackageNames": ["ghcr.io/immich-app/postgres"],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["ruby"],
|
||||
"groupName": "ruby",
|
||||
"matchCurrentVersion": "< 3.4",
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"ignorePaths": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue