Skip to content

Commit

Permalink
Create Dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and fniessink committed Sep 25, 2020
1 parent b6cb049 commit 4b8cdc7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/components/frontend"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/components/server"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/components/collector"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10

0 comments on commit 4b8cdc7

Please sign in to comment.