瀏覽代碼

Setup dependabot. (#387)

pull/391/head
Jair Henrique 4 年之前
committed by GitHub
父節點
當前提交
37bb9cd5e8
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. +20
    -0
      .github/dependabot.yml

+ 20
- 0
.github/dependabot.yml 查看文件

@@ -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…
取消
儲存