1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 15:02:21 +01:00

Merge pull request #620 from dbast/master

Add dependabot config for autmatic cargo update PRs
This commit is contained in:
Roman Zeyde 2021-11-13 13:07:35 +02:00 committed by GitHub
commit 108eeebc64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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