Skip to content

Commit

Permalink
fix(deps): Add dependabot and trigger release with Pydantic 1.7.2
Browse files Browse the repository at this point in the history
I am also updating the dev-requirements to work with the new pip.
  • Loading branch information
chriswmackey authored and Chris Mackey committed Nov 9, 2020
1 parent c62dc46 commit 0a95c83
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1
update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "live"
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
commit_message:
prefix: "fix"
prefix_development: "chore"
include_scope: true
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ sphinx-click==2.5.0
recommonmark==0.6.0
twine==3.2.0
click>=7.0
click-plugins==1.1.1
click-plugins==1.1.1
importlib-metadata==2.0.0

0 comments on commit 0a95c83

Please sign in to comment.