From 241e67b914ce4399976d8c89a4a46139cef22cdd Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:31:16 +0200 Subject: [PATCH] Skip dependabot for typecheck Instead of continuously adding to the list, let's just skip the directory for now. https://github.com/ruby/prism/pull/4086#issuecomment-4283681202 --- .github/dependabot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16bf4a88e4..c980ddc2f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,13 +26,10 @@ updates: - '/gemfiles/3.4' - '/gemfiles/4.0' - '/gemfiles/4.1' - - '/gemfiles/typecheck' + # - '/gemfiles/typecheck' schedule: interval: 'weekly' groups: ruby-deps: patterns: - "*" - ignore: - - dependency-name: "sorbet" - - dependency-name: "tapioca"