From b495d45343ea3704d14c9f9a08817762df26105e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sat, 30 Dec 2023 12:39:20 +0100 Subject: [PATCH] MNT: group dependabot updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f119e12..7b899ce3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,16 @@ updates: directory: /requirements schedule: interval: monthly + groups: + actions: + patterns: + - '*' - package-ecosystem: github-actions directory: /.github/workflows schedule: interval: monthly + groups: + actions: + patterns: + - '*'