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

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'