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
10
10
11
11
.. vendor-insert-here
12
12
13
- - Update vendored schemas (2024-02-05 )
13
+ - Update vendored schemas (2024-02-06 )
14
14
- Include built-in, efficient implementations of `date-time ` format validation
15
15
(RFC 3339) and `time ` format validation (ISO 8601). This makes the `date-time `
16
16
and `time ` formats always available for validation. (:issue: `378 `)
Original file line number Diff line number Diff line change 60
60
"description" : " Operating system to be used in the build." ,
61
61
"enum" : [
62
62
" ubuntu-20.04" ,
63
- " ubuntu-22.04"
63
+ " ubuntu-22.04" ,
64
+ " ubuntu-lts-latest"
64
65
]
65
66
},
66
67
"jobs" : {
150
151
" 3.10" ,
151
152
" 3.11" ,
152
153
" 3.12" ,
154
+ " latest" ,
153
155
" miniconda3-4.7" ,
156
+ " miniconda-latest" ,
154
157
" mambaforge-4.10" ,
155
- " mambaforge-22.9"
158
+ " mambaforge-22.9" ,
159
+ " mambaforge-latest"
156
160
]
157
161
},
158
162
"nodejs" : {
161
165
" 16" ,
162
166
" 18" ,
163
167
" 19" ,
164
- " 20"
168
+ " 20" ,
169
+ " latest"
170
+ ]
171
+ },
172
+ "ruby" : {
173
+ "enum" : [
174
+ " 3.3" ,
175
+ " latest"
165
176
]
166
177
},
167
178
"rust" : {
168
179
"enum" : [
169
180
" 1.55" ,
170
181
" 1.61" ,
171
182
" 1.64" ,
172
- " 1.70"
183
+ " 1.70" ,
184
+ " 1.75" ,
185
+ " latest"
173
186
]
174
187
},
175
188
"golang" : {
176
189
"enum" : [
177
190
" 1.17" ,
178
191
" 1.18" ,
179
192
" 1.19" ,
180
- " 1.20"
193
+ " 1.20" ,
194
+ " 1.21" ,
195
+ " latest"
181
196
]
182
197
}
183
198
},
Original file line number Diff line number Diff line change 1
- 201739ab6e4b2598ed08bb1c705ba5da567a81bcb5df500ac9d8b15c957d33f7
1
+ eb41b78f09663bcfc413695cfa1ad317bb97789397a10eebfe174f88ef03e9d4
Original file line number Diff line number Diff line change 896
896
"dockerSidecarImage" : {
897
897
"description" : " Change this value to override the default Renovate sidecar image." ,
898
898
"type" : " string" ,
899
- "default" : " ghcr.io/containerbase/sidecar:9.33.0 "
899
+ "default" : " ghcr.io/containerbase/sidecar:9.33.1 "
900
900
},
901
901
"dockerUser" : {
902
902
"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