File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " uv"
4+ directory : " /"
5+ versioning-strategy : lockfile-only
6+ schedule :
7+ interval : " weekly"
8+ cooldown :
9+ semver-patch-days : 7
10+ semver-minor-days : 14
11+ semver-major-days : 30
12+ commit-message :
13+ prefix : " chore"
14+ include : " scope"
15+ groups :
16+ dev-dependencies :
17+ dependency-type : " development"
18+
19+ - package-ecosystem : " pre-commit"
20+ directory : " /"
21+ schedule :
22+ interval : " monthly"
23+ cooldown :
24+ default-days : 14
25+ commit-message :
26+ prefix : " chore"
27+ include : " scope"
28+ ignore :
29+ - dependency-name : " https://github.com/astral-sh/ruff-pre-commit" # Because we want to keep the ruff version in sync with pyproject.toml
30+ - dependency-name : " https://github.com/pre-commit/mirrors-mypy" # Because we want to keep the mypy version in sync with pyproject.toml
31+
32+ - package-ecosystem : " github-actions"
33+ directory : " /"
34+ schedule :
35+ interval : " monthly"
36+ cooldown :
37+ default-days : 14
38+ commit-message :
39+ prefix : " chore"
40+ include : " scope"
You can’t perform that action at this time.
0 commit comments