Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jul 18, 2020
1 parent f5459a7 commit 8037f31
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/backend/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/frontend/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 8037f31

Please sign in to comment.