Skip to content

Commit

Permalink
chore: add dependabot (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki authored Jun 10, 2020
1 parent 3850d4d commit af650bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "daily"

0 comments on commit af650bf

Please sign in to comment.