From 35c0151ddfeb3c6f6c72b6caece40b612b5913ad Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Mon, 22 Apr 2024 08:15:31 +0100 Subject: [PATCH] Update dependabot config to match rustls --- .github/dependabot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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