浏览代码

Add dependabot.yaml (#145)

Emruz Hossain 4 年之前
父节点
当前提交
9af0ed1639
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. 21 0
      .github/dependabot.yml

+ 21 - 0
.github/dependabot.yml

@@ -0,0 +1,21 @@
+# Update dependencies
+
+version: 2
+updates:
+# Update the git submodules
+- package-ecosystem: "gitsubmodule"
+  directory: "/"
+  schedule:
+    interval: "daily"
+  labels:
+  - "dependencies"
+  - "automerge"
+
+# Update the Github Action  versions
+- package-ecosystem: "github-actions"
+  directory: "/"
+  schedule:
+    interval: "daily"
+  labels:
+  - "dependencies"
+  - "automerge"