Skip to content

Commit

Permalink
Update crates via dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 19, 2024
1 parent b003414 commit 651f5db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ updates:
schedule:
interval: monthly
assignees: [swsnr]
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: monthly
assignees: [swsnr]
# Ignore minor and patch updates; downstream consumers
# can do these; we only need to check for semver
# incompatible updates.
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"

0 comments on commit 651f5db

Please sign in to comment.