Setup official GitHub Dependabot (#7103)

* Setup official GitHub Dependabot

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Add .npmrc file

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
Abdón Rodríguez Davila 2020-07-22 11:43:45 +02:00 committed by GitHub
parent 9684cd30db
commit 86d1690314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
versioning-strategy: increase

1
.npmrc Normal file
View File

@ -0,0 +1 @@
save-exact=true