From da1194b255dcaa1f1aabeb26689c43c651a331d3 Mon Sep 17 00:00:00 2001 From: sirosen <1300022+sirosen@users.noreply.github.com> Date: Sun, 16 Nov 2025 04:32:00 +0000 Subject: [PATCH] [vendor-schemas] automated update --- CHANGELOG.rst | 2 ++ .../builtin_schemas/vendor/gitlab-ci.json | 6 +----- .../builtin_schemas/vendor/mergify.json | 11 ++++++++++- .../builtin_schemas/vendor/renovate.json | 2 +- .../builtin_schemas/vendor/sha256/gitlab-ci.sha256 | 2 +- .../builtin_schemas/vendor/sha256/mergify.sha256 | 2 +- .../builtin_schemas/vendor/sha256/renovate.sha256 | 2 +- 7 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c817f649b..99fab454f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,8 @@ Unreleased .. vendor-insert-here +- Update vendored schemas: gitlab-ci, mergify, renovate (2025-11-16) + 0.35.0 ------ diff --git a/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json b/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json index 88755ce94..888c3971e 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json +++ b/src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json @@ -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", diff --git a/src/check_jsonschema/builtin_schemas/vendor/mergify.json b/src/check_jsonschema/builtin_schemas/vendor/mergify.json index 6fca56755..84f108ba6 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/mergify.json +++ b/src/check_jsonschema/builtin_schemas/vendor/mergify.json @@ -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", @@ -1753,7 +1759,10 @@ "type": "string" }, { - "const": "PR_MERGED", + "enum": [ + "PR_MERGED", + "PR_MERGED_INTERMEDIATE_RESULTS_SKIPPED" + ], "type": "string" }, { diff --git a/src/check_jsonschema/builtin_schemas/vendor/renovate.json b/src/check_jsonschema/builtin_schemas/vendor/renovate.json index effeb3f9b..cbeb74119 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/renovate.json +++ b/src/check_jsonschema/builtin_schemas/vendor/renovate.json @@ -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`.", diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 index f146c89ff..1c5aacb6b 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/gitlab-ci.sha256 @@ -1 +1 @@ -d60b3230eb41a58e069aed2da982f6960eee5dd62272cb677c78198794be8210 \ No newline at end of file +68fe6fb2b2db887afc71ed369ee0b4099546e2e813128871beac87983b9cbc02 \ No newline at end of file diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/mergify.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/mergify.sha256 index a0717663f..afb05674f 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/mergify.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/mergify.sha256 @@ -1 +1 @@ -0460ac224644e5c8da5d73b6f2dc5e1d85e1bffd9a8335c40085a8ea1e87b6ec \ No newline at end of file +629db442d6ea99534b34d938e6fc23bf973013a6a77f98b60ba94c9576d6fb4a \ No newline at end of file diff --git a/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 b/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 index 96daa5df8..c681a642f 100644 --- a/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 +++ b/src/check_jsonschema/builtin_schemas/vendor/sha256/renovate.sha256 @@ -1 +1 @@ -5b9166678c5533b9de2912b1376143f4f6a8a71a257e18d58822ea1533a64214 \ No newline at end of file +3a20dc69e8a3fd32a08e2ba6231040bcfa27e1dbdbf6dc220e76cbcc56b9d2a1 \ No newline at end of file