From 7accafbaf4dd6554a813b48e9523c6bcfe83cb38 Mon Sep 17 00:00:00 2001 From: Vidit Ostwal <110953813+Vidit-Ostwal@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:04:20 +0530 Subject: [PATCH] chore(ci): group uv patch/minor Dependabot updates (#6807) Add a patch-minor-updates group for routine version bumps while keeping the existing security-updates grouping. Ignore semver-major updates so breaking upgrades stay manual. --- .github/dependabot.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a52b9257..c989a1d7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,3 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 @@ -8,9 +5,22 @@ updates: - package-ecosystem: uv directory: "/" schedule: - interval: "weekly" + interval: weekly + day: monday + open-pull-requests-limit: 10 groups: security-updates: applies-to: security-updates patterns: - "*" + patch-minor-updates: + applies-to: version-updates + patterns: + - "*" + update-types: + - patch + - minor + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-major