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: + - '*'