Adding automatic dependency management

This commit is contained in:
DarkWanderer 2022-12-14 18:20:30 +01:00 committed by Paul Dicker
parent 4c18df43aa
commit c50e5857da

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"