Merge pull request #64 from Uzlopak/add-dependabot

add dependabot.yml
This commit is contained in:
Frank Jogeleit 2022-11-03 14:13:18 +01:00 committed by GitHub
commit 9adf34b765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'