Skip to content

Commit

Permalink
Setup dependabot. (mingrammer#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique authored Dec 3, 2020
1 parent dfd8e0a commit 37bb9cd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "08:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/website"
schedule:
interval: daily
time: "08:00"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/docker/dev"
schedule:
interval: daily
time: "08:00"
open-pull-requests-limit: 10

0 comments on commit 37bb9cd

Please sign in to comment.