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
10
10
11
11
.. vendor-insert-here
12
12
13
- - Update vendored schemas (2024-04-21 )
13
+ - Update vendored schemas (2024-04-28 )
14
14
15
15
0.28.2
16
16
------
Original file line number Diff line number Diff line change 901
901
"type" : " boolean" ,
902
902
"default" : false
903
903
},
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
+ },
904
915
"digest" : {
905
916
"description" : " Configuration to apply when updating a digest (no change in tag/version)." ,
906
917
"type" : " object" ,
933
944
"dockerSidecarImage" : {
934
945
"description" : " Change this value to override the default Renovate sidecar image." ,
935
946
"type" : " string" ,
936
- "default" : " ghcr.io/containerbase/sidecar:10.3.15 "
947
+ "default" : " ghcr.io/containerbase/sidecar:10.5.0 "
937
948
},
938
949
"dockerUser" : {
939
950
"description" : " Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`." ,
1541
1552
"type" : " integer" ,
1542
1553
"default" : 60
1543
1554
},
1555
+ "readOnly" : {
1556
+ "description" : " Match against requests that only read data and do not mutate anything." ,
1557
+ "type" : " boolean"
1558
+ },
1544
1559
"timeout" : {
1545
1560
"description" : " Timeout (in milliseconds) for queries to external endpoints." ,
1546
1561
"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