From e11f88837d577aafd7d0307a9658ea6326ca05a8 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Thu, 26 Oct 2023 15:27:56 -0400 Subject: [PATCH] Group nonbreaking changes and use daily interval --- .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: