Skip to content

Commit

Permalink
Dependabot.yml to have all the npm packages up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkin Romero committed Jun 4, 2020
1 parent c436919 commit 8579411
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# dependabot.yml file with
# customized schedule for version updates

version: 2
updates:
# Keep npm dependencies up to date
- package-ecosystem: "npm"
directory: "/"
# Check the npm registry for updates at 2am UTC
schedule:
interval: "daily"
time: "02:00"

0 comments on commit 8579411

Please sign in to comment.