mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
11 lines
258 B
YAML
11 lines
258 B
YAML
version: 2
|
|
updates:
|
|
# Auto-update the Poetry package, but not tests
|
|
- package-ecosystem: "pip"
|
|
directory: "/pkgs"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|