File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 55
66version : 2
77enable-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"
818updates :
919 - package-ecosystem : " github-actions"
1020 directory : " /"
@@ -26,3 +36,27 @@ updates:
2636 schedule :
2737 interval : " monthly"
2838 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"]
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 : ["ruff"]
62+ multi-ecosystem-group : " ruff"
You can’t perform that action at this time.
0 commit comments