浏览代码

dependabot: only update Pipfile.lock to keep compatibility with python3.4

Fabian Peter Hammerle 4 年之前
父节点
当前提交
14b8e72b5b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/dependabot.yml

+ 2 - 0
.github/dependabot.yml

@@ -7,6 +7,8 @@ updates:
   # > - pipenv, pip-compile, and poetry (specify pip)
   package-ecosystem: pip
   directory: /
+  # avoid changes in Pipfile breaking python3.4 compatibility
+  versioning-strategy: lockfile-only
   schedule:
     interval: weekly
     day: friday