Browse Source

configure github's dependabot to update Pipfile.lock (dev env)

https://github.com/fphammerle/ical2vdir/blob/c87abbb2e3816f3fb2a13ca1d32a3eef190e7fa6/.github/dependabot.yml
Fabian Peter Hammerle 3 years ago
parent
commit
dccb788293
1 changed files with 16 additions and 0 deletions
  1. 16 0
      .github/dependabot.yml

+ 16 - 0
.github/dependabot.yml

@@ -0,0 +1,16 @@
+# sync with https://github.com/fphammerle/ical2vdir/blob/master/.github/dependabot.yml
+
+version: 2
+
+updates:
+- # > Dependabot also supports the following package managers: [...]
+  # > - 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
+
+# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates