From b84835cb19668521cee02431224f92ee795a9471 Mon Sep 17 00:00:00 2001 From: Robert DeLuca Date: Sun, 5 Jul 2026 23:33:25 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Tune=20Dependabot=20update?= =?UTF-8?q?=20policy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8aae7cc..9a8bd93 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,8 +8,7 @@ updates: time: "09:00" timezone: "UTC" commit-message: - prefix: "⬆️ build" - include: "scope" + prefix: "⬆️" groups: dependencies: patterns: @@ -22,7 +21,7 @@ updates: - "*" update-types: - "major" - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 cooldown: semver-major-days: 30 semver-minor-days: 14