From 6f23608e963c22c6d646e4d57a36f87d23977c46 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 2 Jul 2025 10:10:17 +0100 Subject: [PATCH] ci: Remove atty group atty is unmaintained, with the last release almost 3 years ago, so we don't need to check for updates, but instead will remove it from out dependency tree. Signed-off-by: stevenhorsman --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d4f7c4dcc..3c00c888f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,9 +36,6 @@ updates: # create groups for common dependencies, so they can all go in a single PR # We can extend this as we see more frequent groups groups: - atty: - patterns: - - atty bit-vec: patterns: - bit-vec