File tree Expand file tree Collapse file tree 4 files changed +1106
-12
lines changed Expand file tree Collapse file tree 4 files changed +1106
-12
lines changed Original file line number Diff line number Diff line change 44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
66version : 2
7+
8+ multi-ecosystem-groups :
9+ python :
10+ schedule :
11+ interval : " daily"
12+
713updates :
814 - package-ecosystem : github-actions
915 directory : " /"
@@ -15,9 +21,7 @@ updates:
1521 - " *"
1622 - package-ecosystem : pip
1723 directory : /
18- schedule :
19- interval : " daily"
20- groups :
21- pip :
22- patterns :
23- - " *"
24+ multi-ecosystem-group : python
25+ - package-ecosystem : uv
26+ directory : /
27+ multi-ecosystem-group : python
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " cpp-linter-action"
3+ version = " 0.0.0+private_virtual"
4+ requires-python = " >=3.9"
5+ dependencies = []
6+
7+ [dependency-groups ]
8+ action = [
9+ " clang-tools==0.15.1" ,
10+ " cpp-linter==1.10.7" ,
11+ ]
12+ dev = [
13+ " mypy>=1.17.1" ,
14+ " pre-commit>=4.3.0" ,
15+ " ruff>=0.12.8" ,
16+ ]
17+ docs = [
18+ " markdown-gfm-admonition>=0.1.1" ,
19+ " mkdocs>=1.6.1" ,
20+ " mkdocs-gen-files>=0.5.0" ,
21+ " mkdocs-include-markdown-plugin>=7.1.6" ,
22+ " mkdocs-material>=9.6.16" ,
23+ " pyyaml>=6.0.2" ,
24+ ]
You can’t perform that action at this time.
0 commit comments