ci: add dependabot workflow

This commit is contained in:
Peter Evans 2022-03-22 14:08:31 +09:00
parent dbf9916137
commit 62892adaf4

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

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"