From 60707e57eb5b587ce0f24221a09db9ca9c51ee12 Mon Sep 17 00:00:00 2001 From: Isaac Thor Date: Fri, 10 Jul 2026 16:48:11 -0500 Subject: [PATCH] chore: consolidate Dependabot update workflow Group GitHub Actions bumps and lower open PR limits so routine dependency updates stay manageable after the v0.1.1 release. --- .github/dependabot.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8fd901d..eab8c20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly day: monday - open-pull-requests-limit: 5 + open-pull-requests-limit: 2 groups: python-minor-patch: patterns: @@ -19,7 +19,7 @@ updates: schedule: interval: weekly day: monday - open-pull-requests-limit: 5 + open-pull-requests-limit: 2 groups: frontend-minor-patch: patterns: @@ -33,11 +33,15 @@ updates: schedule: interval: weekly day: monday - open-pull-requests-limit: 3 + open-pull-requests-limit: 2 - package-ecosystem: github-actions directory: / schedule: interval: weekly day: monday - open-pull-requests-limit: 3 + open-pull-requests-limit: 1 + groups: + github-actions: + patterns: + - "*"