From aba6b50b7cd0a87c3b8def45ba3e7773394d21fc Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:43:47 +0100 Subject: [PATCH] Ignore tapioca for dependency updates Ref https://github.com/ruby/prism/pull/4034 rbs 4.0 has been released and now it resolves differently But we have to wait on steep to release it's new version first before we can make use of this to properly work --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e302f18de..0b14839ce3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,3 +35,4 @@ updates: - "*" ignore: - dependency-name: "sorbet" + - dependency-name: "tapioca"