Skip to content
Open
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 @@ -13,3 +13,18 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 5
groups:
# The three CodeQL sub-actions are one product with one version. `init` writes a
# config that `analyze` reads back, and the reader refuses a config written by a
# different version:
#
# Loaded a configuration file for version '4.36.2', but running version '4.37.4'
#
Comment on lines +20 to +22
# Bumped one at a time — which is what Dependabot does by default, since each
# sub-action is a separate action reference — every such PR is red on arrival, and
# merging one leaves the default branch broken until its sibling lands. Grouping all
# update types keeps the three in a single reviewable change that is green by
# construction.
codeql:
patterns: ['github/codeql-action/*']
update-types: [major, minor, patch]
Loading