11 lines
256 B
YAML
11 lines
256 B
YAML
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "pip"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
commit-message:
|
||
|
prefix: "chore:"
|