1
0
Fork 0
mirror of synced 2026-06-05 18:38:19 +00:00

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
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"