File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
src/check_jsonschema/builtin_schemas/vendor Expand file tree Collapse file tree 3 files changed +18
-3
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-04-21 )
13+ - Update vendored schemas (2024-04-28 )
1414
15150.28.2
1616------
Original file line number Diff line number Diff line change 901901 "type" : " boolean" ,
902902 "default" : false
903903 },
904+ "devcontainer" : {
905+ "description" : " Configuration object for the devcontainer manager" ,
906+ "type" : " object" ,
907+ "default" : {
908+ "fileMatch" : [
909+ " ^.devcontainer/devcontainer.json$" ,
910+ " ^.devcontainer.json$"
911+ ]
912+ },
913+ "$ref" : " #"
914+ },
904915 "digest" : {
905916 "description" : " Configuration to apply when updating a digest (no change in tag/version)." ,
906917 "type" : " object" ,
933944 "dockerSidecarImage" : {
934945 "description" : " Change this value to override the default Renovate sidecar image." ,
935946 "type" : " string" ,
936- "default" : " ghcr.io/containerbase/sidecar:10.3.15 "
947+ "default" : " ghcr.io/containerbase/sidecar:10.5.0 "
937948 },
938949 "dockerUser" : {
939950 "description" : " Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`." ,
15411552 "type" : " integer" ,
15421553 "default" : 60
15431554 },
1555+ "readOnly" : {
1556+ "description" : " Match against requests that only read data and do not mutate anything." ,
1557+ "type" : " boolean"
1558+ },
15441559 "timeout" : {
15451560 "description" : " Timeout (in milliseconds) for queries to external endpoints." ,
15461561 "type" : " integer"
Original file line number Diff line number Diff line change 1- 430c7e757227298efd634057562051358fbba62db23aa14ba7bad3f7c89e3ec6
1+ 5b5f1a64a66d41b99627899ccbe5ea47800720a9418c68bc7865ef2a5acb4f13
You can’t perform that action at this time.
0 commit comments