浏览代码

Add Dependabot configuration (#25208)

* Create dependabot.yml

* Update
Levi Pesin 2 年之前
父节点
当前提交
96f1696ccb
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      .github/dependabot.yml

+ 11 - 0
.github/dependabot.yml

@@ -0,0 +1,11 @@
+version: 2
+updates:
+  - package-ecosystem: "npm"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"