浏览代码

Merge pull request #1 from cloudflightio/dependabot

configure dependabot to keep Pipfile.lock and github actions up-to-date
dmarth 3 年之前
父节点
当前提交
9607a7efea
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .github/dependabot.yml

+ 12 - 0
.github/dependabot.yml

@@ -0,0 +1,12 @@
+version: 2
+
+updates:
+- package-ecosystem: pip
+  directory: /
+  versioning-strategy: lockfile-only
+  schedule:
+    interval: weekly
+- package-ecosystem: github-actions
+  directory: /
+  schedule:
+    interval: weekly