ci: add dependabot package updating

partly so that we have PRs to merge to resolve the stuck issues faster
This commit is contained in:
Rob Ede 2023-08-15 00:02:16 +01:00
parent ef5a4b68bb
commit 4fd0db285e
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

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

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