diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ed19517..c94ba56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,23 @@ updates: directory: '/' schedule: interval: 'daily' + groups: + github-dependencies: + patterns: + - '*' - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'daily' + groups: + github-dependencies: + patterns: + - '*' - package-ecosystem: 'pre-commit' directory: '/' schedule: interval: 'daily' + groups: + github-dependencies: + patterns: + - '*'