Browse Source

Setup dependabot. (#387)

pull/391/head
Jair Henrique 4 years ago
committed by GitHub
parent
commit
37bb9cd5e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      .github/dependabot.yml

+ 20
- 0
.github/dependabot.yml View File

@@ -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

Loading…
Cancel
Save