From b6dff3babab571b8935e9f37996f27495d4aacd0 Mon Sep 17 00:00:00 2001 From: Jeffrey Charles Date: Thu, 26 Oct 2023 12:58:34 -0700 Subject: [PATCH] Group nonbreaking changes and use daily interval (#539) --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31463733..6866fdbb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,18 +3,26 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "daily" open-pull-requests-limit: 100 + groups: + nonbreaking: + update-types: + - "minor" + - "patch" + - package-ecosystem: npm directory: "/npm/javy" schedule: interval: "weekly" open-pull-requests-limit: 100 + - package-ecosystem: npm directory: "/npm/javy-cli" schedule: interval: "weekly" open-pull-requests-limit: 100 + - package-ecosystem: "github-actions" directory: "/" schedule: