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
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2

updates:
# WARNING: every lockfile needs a row here. Nothing fails when one is missing --
# a graph watched by no entry simply never updates, which is invisible until an
# advisory lands in it. thumos lost nine releases of fuzz/Cargo.lock that way.
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 10
groups:
patch-updates:
update-types: [patch]
minor-updates:
update-types: [minor]
reviewers:
- forkwright

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
actions:
update-types: [minor, patch]