浏览代码

Upgrade to GitHub-native Dependabot (#3697)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Samir Shah <solaris.smoke@gmail.com>
master
dependabot-preview[bot] 4 年前
父节点
当前提交
e509759e1a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14
    0
      .github/dependabot.yml

+ 14
- 0
.github/dependabot.yml 查看文件

@@ -0,0 +1,14 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: pip
4
+  directory: "/"
5
+  schedule:
6
+    interval: monthly
7
+    time: "11:00"
8
+  open-pull-requests-limit: 10
9
+- package-ecosystem: npm
10
+  directory: "/"
11
+  schedule:
12
+    interval: monthly
13
+    time: "11:00"
14
+  open-pull-requests-limit: 10

正在加载...
取消
保存