Skip to content

Commit fbcb37a

Browse files
authored
docs: sync auto-merge workflow comment with aggregator-only checks (#534)
1 parent 7075166 commit fbcb37a

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ name: Dependabot auto-merge
88
# Why this exists: per the operator's policy, security-patch PRs for
99
# transitive deps should land continuously without per-PR review friction.
1010
# Manual review for these turns Dependabot into a backlog instead of a
11-
# safety net. The 10 required CI checks on `main` (test, scan / gitleaks,
12-
# scan / TruffleHog, scan / typos, pre-commit textleaks+oss-twin-check,
13-
# CodeQL, Analyze actions, Analyze javascript-typescript, Analyze python,
14-
# Analyze rust) already gate the merge; auto-merge just removes the human
15-
# in the loop for low-risk version bumps that pass those gates.
11+
# safety net. The 8 required CI checks on `main` (test, test 3.10,
12+
# test 3.12, scan / gitleaks, scan / TruffleHog, scan / typos,
13+
# pre-commit textleaks+oss-twin-check, CodeQL aggregator) already gate
14+
# the merge; auto-merge just removes the human in the loop for low-risk
15+
# version bumps that pass those gates. The per-language Analyze contexts
16+
# were dropped from required checks on 2026-07-16: default-setup CodeQL
17+
# skips them on lockfile-only diffs, which deadlocked deps-only PRs
18+
# (see the branch-protection posture runbook).
1619
#
1720
# Configuration:
1821
# - Only PRs authored by dependabot[bot] are considered

0 commit comments

Comments
 (0)