ソースを参照

meta: add `dependabot.yml` to keep GHA up-to-date (#5083)

Antoine du Hamel 1 年間 前
コミット
40840a9736
1 ファイル変更9 行追加0 行削除
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

@@ -0,0 +1,9 @@
+# Basic set up for three package managers
+
+version: 2
+updates:
+  # Maintain dependencies for GitHub Actions
+  - package-ecosystem: 'github-actions'
+    directory: '/'
+    schedule:
+      interval: 'weekly'