From dda2d56e061fd79780fcf2f0a6554e12c17ac42c Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 22 Nov 2025 12:34:55 -0500 Subject: [PATCH 1/2] chore: Bundle minor/patch Dependabot PRs --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d24342a..15806830 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,14 @@ updates: schedule: interval: weekly open-pull-requests-limit: 99 + groups: + dependencies: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directory: '/' From 3537b614377ae7afe6d5ef26da1b99f85d77f880 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 22 Nov 2025 12:36:09 -0500 Subject: [PATCH 2/2] chore: Change NPM Dependabot frequency to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 15806830..7576d29c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: npm directory: '/' schedule: - interval: weekly + interval: monthly open-pull-requests-limit: 99 groups: dependencies: