Add dependabot configuration to update Poetry

But we don't want to auto-bump tests for obvious reasons.
This commit is contained in:
adisbladis 2022-01-03 05:55:04 +00:00
parent 44d84349df
commit 9e9bcb70d2

7
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,7 @@
version: 2
updates:
# Auto-update the Poetry package, but not tests
- package-ecosystem: "pip"
directory: "/pkgs"
schedule:
interval: "daily"