poetry2nix/.github/dependabot.yml
adisbladis 9e9bcb70d2 Add dependabot configuration to update Poetry
But we don't want to auto-bump tests for obvious reasons.
2022-01-03 05:55:31 +00:00

7 lines
160 B
YAML

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