Skip to content

Batch uv dependency updates via Dependabot groups#109

Draft
Copilot wants to merge 2 commits intostagingfrom
copilot/sub-pr-108
Draft

Batch uv dependency updates via Dependabot groups#109
Copilot wants to merge 2 commits intostagingfrom
copilot/sub-pr-108

Conversation

Copy link

Copilot AI commented Feb 21, 2026

Daily Dependabot runs for the uv ecosystem were creating one PR per package, generating excessive noise.

Changes

  • Added a groups block to the uv package-ecosystem entry in .github/dependabot.yml, batching all Python dependency updates into a single PR per cycle
groups:
  python-dependencies:
    patterns:
      - "*"

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI mentioned this pull request Feb 21, 2026
@vercel
Copy link

vercel bot commented Feb 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
code-graph-backend Ready Ready Preview, Comment Feb 21, 2026 9:40am

Request Review

Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dependency management configuration for Python packages Batch uv dependency updates via Dependabot groups Feb 21, 2026
Copilot AI requested a review from gkorland February 21, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants