瀏覽代碼

dependabot: configure to update Pipfile.lock only to avoid breaking python3.5 compatibility

Fabian Peter Hammerle 4 年之前
父節點
當前提交
c87abbb2e3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/dependabot.yml

+ 2 - 0
.github/dependabot.yml

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