File tree Expand file tree Collapse file tree 5 files changed +24
-9
lines changed
src/check_jsonschema/builtin_schemas/vendor Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Unreleased
1010
1111.. vendor-insert-here
1212
13- - Update vendored schemas (2024-02-05 )
13+ - Update vendored schemas (2024-02-06 )
1414- Include built-in, efficient implementations of `date-time ` format validation
1515 (RFC 3339) and `time ` format validation (ISO 8601). This makes the `date-time `
1616 and `time ` formats always available for validation. (:issue: `378 `)
Original file line number Diff line number Diff line change 6060 "description" : " Operating system to be used in the build." ,
6161 "enum" : [
6262 " ubuntu-20.04" ,
63- " ubuntu-22.04"
63+ " ubuntu-22.04" ,
64+ " ubuntu-lts-latest"
6465 ]
6566 },
6667 "jobs" : {
150151 " 3.10" ,
151152 " 3.11" ,
152153 " 3.12" ,
154+ " latest" ,
153155 " miniconda3-4.7" ,
156+ " miniconda-latest" ,
154157 " mambaforge-4.10" ,
155- " mambaforge-22.9"
158+ " mambaforge-22.9" ,
159+ " mambaforge-latest"
156160 ]
157161 },
158162 "nodejs" : {
161165 " 16" ,
162166 " 18" ,
163167 " 19" ,
164- " 20"
168+ " 20" ,
169+ " latest"
170+ ]
171+ },
172+ "ruby" : {
173+ "enum" : [
174+ " 3.3" ,
175+ " latest"
165176 ]
166177 },
167178 "rust" : {
168179 "enum" : [
169180 " 1.55" ,
170181 " 1.61" ,
171182 " 1.64" ,
172- " 1.70"
183+ " 1.70" ,
184+ " 1.75" ,
185+ " latest"
173186 ]
174187 },
175188 "golang" : {
176189 "enum" : [
177190 " 1.17" ,
178191 " 1.18" ,
179192 " 1.19" ,
180- " 1.20"
193+ " 1.20" ,
194+ " 1.21" ,
195+ " latest"
181196 ]
182197 }
183198 },
Original file line number Diff line number Diff line change 1- 201739ab6e4b2598ed08bb1c705ba5da567a81bcb5df500ac9d8b15c957d33f7
1+ eb41b78f09663bcfc413695cfa1ad317bb97789397a10eebfe174f88ef03e9d4
Original file line number Diff line number Diff line change 896896 "dockerSidecarImage" : {
897897 "description" : " Change this value to override the default Renovate sidecar image." ,
898898 "type" : " string" ,
899- "default" : " ghcr.io/containerbase/sidecar:9.33.0 "
899+ "default" : " ghcr.io/containerbase/sidecar:9.33.1 "
900900 },
901901 "dockerUser" : {
902902 "description" : " Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`." ,
Original file line number Diff line number Diff line change 1- 748731c6f3501b401e0eead026277cd1e62bba68bf3b9344e2fc978a7d230409
1+ 5d9a06e2b95ab68d8a55935ca419cd980233315d007c7c214a1cf61287559b88
You can’t perform that action at this time.
0 commit comments