Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ updates:
open-pull-requests-limit: 5
# SHA pins update along with the `# vX.Y.Z` comment, so reviewers
# see both the new pin and the human-readable version in the diff.
groups:
codeql-action:
applies-to: version-updates
# init/analyze/upload-sarif are separate actions in the same
# repo; CodeQL requires them to match versions, so they must
# bump together or analyze fails with a version mismatch.
patterns:
- "github/codeql-action/*"

# Python deps of the manual harness-test rigs under testing/. These are
# never built, never imported by the binary, and never distributed, so
Expand Down