Skip to content

Commit

Permalink
configure github's dependabot to update Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Nov 4, 2020
1 parent 2c93d7b commit e897e3e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .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

0 comments on commit e897e3e

Please sign in to comment.