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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
# codeql-action/init and codeql-action/analyze are separate dependencies to
# Dependabot but one action to CodeQL: a run whose steps disagree on version
# aborts with "Loaded a configuration file for version 'X', but running
# version 'Y'". Ungrouped, each release lands as two PRs that both fail CI
# and can only be merged by hand-combining them (#293). Group them so the
# pins always move together.
codeql-action:
patterns:
- "github/codeql-action*"

# Base images referenced by the Dockerfile
- package-ecosystem: "docker"
Expand Down