Skip to content

Commit da1194b

Browse files
sirosengithub-actions[bot]
authored andcommitted
[vendor-schemas] automated update
1 parent b32b291 commit da1194b

File tree

7 files changed

+17
-10
lines changed

7 files changed

+17
-10
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
- Update vendored schemas: gitlab-ci, mergify, renovate (2025-11-16)
14+
1315
0.35.0
1416
------
1517

src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -977,12 +977,8 @@
977977
]
978978
},
979979
"command": {
980-
"type": "array",
981980
"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)",
982-
"minItems": 1,
983-
"items": {
984-
"type": "string"
985-
}
981+
"$ref": "#/definitions/script"
986982
},
987983
"alias": {
988984
"type": "string",

src/check_jsonschema/builtin_schemas/vendor/mergify.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,12 @@
13861386
],
13871387
"title": "Mode",
13881388
"type": "string"
1389+
},
1390+
"skip_intermediate_results": {
1391+
"default": false,
1392+
"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.",
1393+
"title": "Skip Intermediate Results",
1394+
"type": "boolean"
13891395
}
13901396
},
13911397
"title": "MergeQueue",
@@ -1753,7 +1759,10 @@
17531759
"type": "string"
17541760
},
17551761
{
1756-
"const": "PR_MERGED",
1762+
"enum": [
1763+
"PR_MERGED",
1764+
"PR_MERGED_INTERMEDIATE_RESULTS_SKIPPED"
1765+
],
17571766
"type": "string"
17581767
},
17591768
{

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@
27152715
"dockerSidecarImage": {
27162716
"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.",
27172717
"type": "string",
2718-
"default": "ghcr.io/containerbase/sidecar:13.24.1"
2718+
"default": "ghcr.io/containerbase/sidecar:13.24.3"
27192719
},
27202720
"dockerUser": {
27212721
"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`.",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d60b3230eb41a58e069aed2da982f6960eee5dd62272cb677c78198794be8210
1+
68fe6fb2b2db887afc71ed369ee0b4099546e2e813128871beac87983b9cbc02
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0460ac224644e5c8da5d73b6f2dc5e1d85e1bffd9a8335c40085a8ea1e87b6ec
1+
629db442d6ea99534b34d938e6fc23bf973013a6a77f98b60ba94c9576d6fb4a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5b9166678c5533b9de2912b1376143f4f6a8a71a257e18d58822ea1533a64214
1+
3a20dc69e8a3fd32a08e2ba6231040bcfa27e1dbdbf6dc220e76cbcc56b9d2a1

0 commit comments

Comments
 (0)