diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4620a73..1aeaff4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: commit-message: prefix: '' labels: [] + groups: + cargo: + patterns: + - '*' - package-ecosystem: github-actions directory: / schedule: @@ -14,3 +18,7 @@ updates: commit-message: prefix: '' labels: [] + groups: + github-actions: + patterns: + - '*'