Add dependabot configuration

See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
This commit is contained in:
Yeikel 2023-02-07 17:30:48 -05:00 committed by GitHub
parent e9fa2f582c
commit 375f855d6c
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: "daily"