File tree Expand file tree Collapse file tree 3 files changed +100
-2
lines changed
Expand file tree Collapse file tree 3 files changed +100
-2
lines changed Original file line number Diff line number Diff line change 1919 python-version : ${{ inputs.python-version }}
2020
2121 - name : Install uv
22- uses : astral-sh/setup-uv@v2
22+ uses : astral-sh/setup-uv@v5
2323 with :
2424 version : ${{ inputs.uv-version }}
2525 enable-cache : ' true'
Original file line number Diff line number Diff line change 88
99jobs :
1010 validate-codecov-config :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Validate codecov configuration
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "dependencyDashboard" : true ,
4+ "extends" : [
5+ " config:recommended"
6+ ],
7+ "forkProcessing" : " enabled" ,
8+ "labels" : [
9+ " renovate"
10+ ],
11+ "packageRules" : [
12+ {
13+ "automerge" : true ,
14+ "matchCurrentVersion" : " !/^0/" ,
15+ "matchUpdateTypes" : [
16+ " minor" ,
17+ " patch"
18+ ]
19+ },
20+ {
21+ "automerge" : false ,
22+ "groupName" : " python-dependencies" ,
23+ "labels" : [
24+ " dependencies" ,
25+ " python"
26+ ],
27+ "matchDepTypes" : [
28+ " dependencies" ,
29+ " optionalDependencies" ,
30+ " peerDependencies" ,
31+ " devDependencies"
32+ ],
33+ "matchFileNames" : [
34+ " pyproject.toml"
35+ ]
36+ },
37+ {
38+ "automerge" : true ,
39+ "groupName" : " python-dev-tools" ,
40+ "labels" : [
41+ " dev-dependencies" ,
42+ " python"
43+ ],
44+ "matchDepTypes" : [
45+ " devDependencies"
46+ ],
47+ "matchPackageNames" : [
48+ " ruff" ,
49+ " mkdocs" ,
50+ " mkdocs-material"
51+ ]
52+ },
53+ {
54+ "automerge" : true ,
55+ "groupName" : " python-dev-tools" ,
56+ "labels" : [
57+ " dev-dependencies" ,
58+ " python"
59+ ],
60+ "matchDepTypes" : [
61+ " dependencies" ,
62+ " optionalDependencies" ,
63+ " devDependencies"
64+ ],
65+ "matchPackageNames" : [
66+ " uv"
67+ ]
68+ },
69+ {
70+ "automerge" : true ,
71+ "groupName" : " devcontainer" ,
72+ "labels" : [
73+ " devcontainer"
74+ ],
75+ "matchFileNames" : [
76+ " .devcontainer/devcontainer.json"
77+ ],
78+ "minimumReleaseAge" : " 7 days"
79+ },
80+ {
81+ "automerge" : true ,
82+ "groupName" : " docker-python-version" ,
83+ "labels" : [
84+ " docker" ,
85+ " python"
86+ ],
87+ "matchFileNames" : [
88+ " Dockerfile"
89+ ],
90+ "matchPackageNames" : [
91+ " python"
92+ ]
93+ }
94+ ],
95+ "platformAutomerge" : true ,
96+ "prCreation" : " immediate" ,
97+ "timezone" : " Europe/Zurich"
98+ }
You can’t perform that action at this time.
0 commit comments