mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-23 22:55:54 +00:00
38 lines
749 B
YAML
38 lines
749 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "02:00"
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
test-dependencies:
|
|
patterns:
|
|
- "pytest*"
|
|
- "mypy"
|
|
- "ruff"
|
|
- "hypothesis"
|
|
- "safety"
|
|
- "doc8"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "02:00"
|
|
cooldown:
|
|
default-days: 7
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
commit-message:
|
|
prefix: "ci"
|
|
include: "scope"
|