diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c56a0e2..66888f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: interval: weekly day: friday time: "09:00" + groups: + cargo-dependencies: + patterns: + - "*" open-pull-requests-limit: 99 - package-ecosystem: github-actions directory: "/" @@ -13,4 +17,8 @@ updates: interval: weekly day: friday time: "09:00" + groups: + github-actions-dependencies: + patterns: + - "*" open-pull-requests-limit: 99