Merge pull request #264 from github/hmac-dependabot

Enable dependabot on the Rust projects
This commit is contained in:
Harry Maclean
2021-08-25 16:34:29 +01:00
committed by GitHub

18
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/node-types"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/generator"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/extractor"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/autobuilder"
schedule:
interval: "daily"