Skip to content

Commit 8f9af84

Browse files
jgravelleclaude
andcommitted
chore: add dependabot.yml for grouped, security-only updates
Suppress version-update PRs (open-pull-requests-limit: 0) and batch vulnerability-alert PRs into a single grouped PR instead of one-per-alert. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f0ba57e commit 8f9af84

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
# Security-only, batched. We do NOT run version updates (open-pull-requests-limit: 0
3+
# suppresses them); Dependabot still opens PRs for actual vulnerability alerts, and the
4+
# `groups` directive collapses those into a single combined PR instead of one-per-alert.
5+
updates:
6+
- package-ecosystem: "uv"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
open-pull-requests-limit: 0
11+
groups:
12+
security-updates:
13+
applies-to: security-updates
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)