44# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
66version : 2
7+ enable-beta-ecosystems : true # Required to use the pre-commit ecosystems
8+ multi-ecosystem-groups :
9+ codespell :
10+ schedule :
11+ interval : " weekly"
12+ python-semantic-release :
13+ schedule :
14+ interval : " weekly"
15+ ruff :
16+ schedule :
17+ interval : " weekly"
718updates :
819 - package-ecosystem : " github-actions"
920 directory : " /"
@@ -15,3 +26,37 @@ updates:
1526 schedule :
1627 interval : " weekly"
1728 open-pull-requests-limit : 10
29+ - package-ecosystem : " pre-commit"
30+ directory : " /"
31+ schedule :
32+ interval : " weekly"
33+ open-pull-requests-limit : 10
34+ - package-ecosystem : " uv"
35+ directory : " /"
36+ schedule :
37+ interval : " monthly"
38+ open-pull-requests-limit : 10
39+ - package-ecosystem : " pip"
40+ directory : " /"
41+ patterns : ["codespell"]
42+ multi-ecosystem-group : " codespell"
43+ - package-ecosystem : " pre-commit"
44+ directory : " /"
45+ patterns : ["*/codespell-project/codespell"]
46+ multi-ecosystem-group : " codespell"
47+ - package-ecosystem : " github-actions"
48+ directory : " /"
49+ patterns : ["python-semantic-release/*"]
50+ multi-ecosystem-group : " python-semantic-release"
51+ - package-ecosystem : " pip"
52+ directory : " /"
53+ patterns : ["python-semantic-release"]
54+ multi-ecosystem-group : " python-semantic-release"
55+ - package-ecosystem : " pip"
56+ directory : " /"
57+ patterns : ["ruff"]
58+ multi-ecosystem-group : " ruff"
59+ - package-ecosystem : " pre-commit"
60+ directory : " /"
61+ patterns : ["*/astral-sh/ruff-pre-commit"]
62+ multi-ecosystem-group : " ruff"
0 commit comments