Merge pull request #82 from arifszn/81-create-dependabot-to-update-package-versions-automatically

Create dependabot.yml
This commit is contained in:
Ariful Alam 2022-07-06 17:12:34 +06:00 committed by GitHub
commit 305044a8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'