From 652f18d7bf0c2b8ffd04cecfca92180c0c1c57f1 Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:38:59 +1100 Subject: [PATCH] ci(dependabot): don't group pyright since its the only dep in the group anyway --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9155ea8..ac4b2b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,8 +15,3 @@ updates: directory: "/" schedule: interval: "monthly" - groups: - pyright: - applies-to: version-updates - patterns: - - "*"