feat: added Dependabot to verify packages updates every week

This commit is contained in:
Hackntosh 2023-09-30 19:14:29 -03:00
parent 0b44b30b29
commit fe904c26c9

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

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