mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-09 12:06:40 -04: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"
|