瀏覽代碼

Add a Dependabot config to auto-update GitHub action versions (#2863)

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

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

Loading…
取消
儲存