ソースを参照

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

pull/2864/head
Kurt McKee 2年前
committed by GitHub
コミット
3c92216ea2
この署名に対応する既知のキーがデータベースに存在しません GPGキー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:
- "*"

読み込み中…
キャンセル
保存