mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
14 lines
321 B
YAML
14 lines
321 B
YAML
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||
|
|
||
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: "pip"
|
||
|
directory: "/docker"
|
||
|
schedule:
|
||
|
interval: "monthly"
|
||
|
- package-ecosystem: "pip"
|
||
|
directory: "/requirements"
|
||
|
schedule:
|
||
|
interval: "monthly"
|
||
|
|