Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 30, 2021
1 parent e743583 commit eb7bf56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: rand
versions:
- ">= 0.8.a, < 0.9"
- dependency-name: tokio
versions:
- ">= 0.3.a, < 0.4"

0 comments on commit eb7bf56

Please sign in to comment.