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
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,23 @@ updates:
# mainly upgrading to ensure we keep up with the Rust requirements of
# dependencies.
interval: quarterly
groups:
# avoid getting bombarded with single-update PRs each quarter
gha-bump:
applies-to: version-updates
update-types:
- "patch"
- "minor"
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
# already the default for libraries, but we want it for everything
# unfortunately it's rejected in dependabot.yml at the moment despite being
# implemented inside dependabot. see
# https://github.com/dependabot/dependabot-core/issues/4009
#
# versioning-strategy: "increase-if-necessary"
ignore:
- dependency-name: "*"
# patch and minor updates don't matter for libraries as consumers of this library build
Expand Down
Loading