Skip to content

Commit

Permalink
ci: add dependabot configuration [VIO-1152]
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Jul 14, 2021
1 parent 2b3baaf commit 4025a5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# For configuration reference, see:
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
# Maintain dependencies for Python via Poetry
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
labels:
- "dependencies"
open-pull-requests-limit: 3

0 comments on commit 4025a5d

Please sign in to comment.