diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 397bdaa..ce1ffcc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,13 @@ updates: - package-ecosystem: cargo directory: "/" schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 + groups: + crates-io: + patterns: + - "*" - package-ecosystem: github-actions directory: "/" schedule: interval: weekly - open-pull-requests-limit: 10