From cbac2f672048239fe6db253f32687e5960c5655f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Sl=C3=A1vik?= Date: Mon, 10 Jul 2023 16:46:42 +0200 Subject: [PATCH] infra: Group dependabot updates See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6ec13d53c7..fbb3a9dfe04 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,3 +39,9 @@ updates: labels: - "infrastructure" - "sanity check required" + groups: + # update pylint stuff together + pylint-and-astroid: + patterns: + - "pylint" + - "astroid"