Skip to content

Commit

Permalink
Add Cargo.lock and configure dependabot (#3)
Browse files Browse the repository at this point in the history
* cargo: add lockfile

* dependabot: add initial config
  • Loading branch information
FlorianFranzen authored Feb 12, 2021
1 parent 3a5f700 commit 5921a34
Show file tree
Hide file tree
Showing 2 changed files with 647 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: "weekly"
Loading

0 comments on commit 5921a34

Please sign in to comment.