Skip to content

Commit

Permalink
.github/: Add dependabot.yml (#347)
Browse files Browse the repository at this point in the history
>  Dependabot creates pull requests to keep your dependencies secure and
up-to-date.

See https://dependabot.com/ for details.

Signed-off-by: Max Inden <[email protected]>
  • Loading branch information
mxinden authored Sep 14, 2020
1 parent 8397bcd commit b7be575
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"

0 comments on commit b7be575

Please sign in to comment.