ci: add depandabot

This commit is contained in:
Walker Gusmão 2022-11-02 02:39:44 -03:00 committed by Walker
parent 136ee25034
commit 5a0f77fe83

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

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