mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
17 lines
306 B
YAML
17 lines
306 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "15:00"
|
|
groups:
|
|
python-packages:
|
|
patterns:
|
|
- "*"
|
|
ignore:
|
|
# Let's keep Django at 4.2 until a new LTS comes along
|
|
- dependency-name: "django"
|
|
versions:
|
|
- ">=5.0"
|