From ad118de9b4e8cd2b80f21396d1c82702c4691d5b Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 1 Mar 2024 18:12:40 +0000 Subject: [PATCH] group astroid and pylint --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fcea16..3f8eb39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,4 +41,9 @@ updates: prefix-development: "chore(pip-dev)" include: "scope" labels: - - "dependencies" \ No newline at end of file + - "dependencies" + groups: + pylint: + patterns: + - "pylint" + - "astroid"