Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Unreleased

.. vendor-insert-here

- Update vendored schemas: gitlab-ci, mergify, renovate (2025-11-16)

0.35.0
------

Expand Down
6 changes: 1 addition & 5 deletions src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -977,12 +977,8 @@
]
},
"command": {
"type": "array",
"markdownDescription": "Command or script that should be used as the container's command. It will be translated to arguments passed to Docker after the image's name. The syntax is similar to Dockerfile's CMD directive, where each shell token is a separate string in the array. [Learn More](https://docs.gitlab.com/ci/services/#available-settings-for-services)",
"minItems": 1,
"items": {
"type": "string"
}
"$ref": "#/definitions/script"
},
"alias": {
"type": "string",
Expand Down
11 changes: 10 additions & 1 deletion src/check_jsonschema/builtin_schemas/vendor/mergify.json
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,12 @@
],
"title": "Mode",
"type": "string"
},
"skip_intermediate_results": {
"default": false,
"description": "Allow PRs to merge even if their own speculative check fails, as long as a later downstream check including them passes and schedule conditions are valid.",
"title": "Skip Intermediate Results",
"type": "boolean"
}
},
"title": "MergeQueue",
Expand Down Expand Up @@ -1753,7 +1759,10 @@
"type": "string"
},
{
"const": "PR_MERGED",
"enum": [
"PR_MERGED",
"PR_MERGED_INTERMEDIATE_RESULTS_SKIPPED"
],
"type": "string"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,7 @@
"dockerSidecarImage": {
"description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nChange this value to override the default Renovate sidecar image.",
"type": "string",
"default": "ghcr.io/containerbase/sidecar:13.24.1"
"default": "ghcr.io/containerbase/sidecar:13.24.3"
},
"dockerUser": {
"description": "Deprecated: This configuration option is only intended to be used with 'global' configuration when self-hosting, not used in a repository configuration file. Renovate likely won't use the configuration, and these fields will be removed from the repository configuration documentation in Renovate v43 (https://github.com/renovatebot/renovate/issues/38728)\n\nSet the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d60b3230eb41a58e069aed2da982f6960eee5dd62272cb677c78198794be8210
68fe6fb2b2db887afc71ed369ee0b4099546e2e813128871beac87983b9cbc02
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0460ac224644e5c8da5d73b6f2dc5e1d85e1bffd9a8335c40085a8ea1e87b6ec
629db442d6ea99534b34d938e6fc23bf973013a6a77f98b60ba94c9576d6fb4a
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5b9166678c5533b9de2912b1376143f4f6a8a71a257e18d58822ea1533a64214
3a20dc69e8a3fd32a08e2ba6231040bcfa27e1dbdbf6dc220e76cbcc56b9d2a1