diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b406f0f..09c1ad9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,13 @@ updates: directory: / schedule: interval: weekly + groups: + python: + patterns: ['*'] - package-ecosystem: github-actions directory: / schedule: interval: weekly + groups: + github-actions: + patterns: ['*']