From d942214f171c62e64f6d1956e867ebe6d22bd59d Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 8 Jan 2024 17:27:41 +0100 Subject: [PATCH] Group pyflakes and flake8 dep updates. (#99) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..5215ac6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + flake: + patterns: + - "*flake*"