mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Add dependabot configuration to update Poetry
But we don't want to auto-bump tests for obvious reasons.
This commit is contained in:
parent
44d84349df
commit
9e9bcb70d2
1 changed files with 7 additions and 0 deletions
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
# Auto-update the Poetry package, but not tests
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/pkgs"
|
||||
schedule:
|
||||
interval: "daily"
|
Loading…
Add table
Reference in a new issue