1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Add dependabot config for autmatic cargo update PRs

This commit is contained in:
Daniel Bast 2021-11-13 09:59:36 +01:00
parent a90871a9fc
commit bb21e76c84

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"