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
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,20 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
# Ungrouped, an action that exposes several paths arrives as one pull
# request per path. codeql-action is the case that proves it matters:
# `init` and `analyze` ship from one commit and the action refuses to run
# when they disagree, so the split bumps were red by construction and no
# merge order left main intact. Split upgrades are the only way these
# break, so they move together — same reasoning as the npm side above.
actions:
applies-to: version-updates
patterns:
- "*"
actions-security:
applies-to: security-updates
patterns:
- "*"
commit-message:
prefix: "ci"