Skip to content

Commit a3f51d8

Browse files
authored
Merge pull request python-jsonschema#422 from python-jsonschema/vendor-schemas-auto
Update vendored schemas
2 parents b8b67c7 + 829303e commit a3f51d8

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1515
0.28.2
1616
------

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,17 @@
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",
@@ -933,7 +944,7 @@
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`.",
@@ -1541,6 +1552,10 @@
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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
430c7e757227298efd634057562051358fbba62db23aa14ba7bad3f7c89e3ec6
1+
5b5f1a64a66d41b99627899ccbe5ea47800720a9418c68bc7865ef2a5acb4f13

0 commit comments

Comments
 (0)