浏览代码

Add a Dependabot configuration (#558)

* Add a Dependabot configuration

* Update dependabot.yml
Oleg Nenashev 5 年之前
父节点
当前提交
d74e224593
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/dependabot.yml

+ 6 - 0
.github/dependabot.yml

@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "nuget"
+    directory: "/"
+    schedule:
+      interval: "daily"