poetry2nix/.github/dependabot.yml
Victor Engmark c2d67ebfc6 fix: Point Dependabot to directory with poetry.lock file
Otherwise it won't update.
2023-01-20 15:50:13 +13:00

11 lines
265 B
YAML

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