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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ updates:
directory: "/"
schedule:
interval: "daily"
# Group all GitHub Action updates into a single PR, ignoring minor/patch
# this seems to be the most pragmatic approach for this repo, given that
# we only have a single workflow so far.
groups:
github-actions:
applies-to: version-updates
patterns:
- "*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
Expand Down
Loading