add dependabot.yml

This commit is contained in:
uzlopak 2022-11-03 11:56:13 +01:00
parent fd5cf60c69
commit ce3525d612

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

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