Skip to content

Commit

Permalink
Merge pull request #37 from HonkingGoose/use-dependabot-to-check-for-…
Browse files Browse the repository at this point in the history
…updates

feat: Use Dependabot to check for Node updates
  • Loading branch information
Kilian authored Sep 28, 2020
2 parents 37e4544 + 320f907 commit c5982eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Read the Dependabot documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
time: '08:00'
timezone: Europe/Amsterdam

0 comments on commit c5982eb

Please sign in to comment.