chore: group dependabot security updates into single PR (#4351)

Configure dependabot to batch security updates together while keeping
regular version updates as separate PRs.
This commit is contained in:
Matt Aitchison
2026-02-03 08:53:28 -06:00
committed by GitHub
parent e30645e855
commit aa7e7785bc

View File

@@ -5,7 +5,12 @@
version: 2
updates:
- package-ecosystem: uv # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: uv
directory: "/"
schedule:
interval: "weekly"
groups:
security-updates:
applies-to: security-updates
patterns:
- "*"