Skip to content

Commit 8743fdc

Browse files
[vendor-schemas] automated update (#364)
Co-authored-by: sirosen <[email protected]>
1 parent 9e0632c commit 8743fdc

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
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 (2023-12-17)
14+
1315
0.27.3
1416
------
1517
- Update vendored schemas: bitbucket, gitlab-ci, readthedocs, renovate

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
"interruptible": {
5959
"$ref": "#/definitions/interruptible"
6060
},
61+
"id_tokens": {
62+
"$ref": "#/definitions/id_tokens"
63+
},
6164
"retry": {
6265
"$ref": "#/definitions/retry"
6366
},
@@ -114,6 +117,9 @@
114117
"name": {
115118
"$ref": "#/definitions/workflowName"
116119
},
120+
"auto_cancel": {
121+
"$ref": "#/definitions/workflowAutoCancel"
122+
},
117123
"rules": {
118124
"type": "array",
119125
"items": {
@@ -327,6 +333,10 @@
327333
"load_performance": {
328334
"$ref": "#/definitions/string_file_list",
329335
"markdownDescription": "Path to file or list of files with load performance testing report(s). [Learn More](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsload_performance)."
336+
},
337+
"repository_xray": {
338+
"$ref": "#/definitions/string_file_list",
339+
"description": "Path to file or list of files with Repository X-Ray report(s)."
330340
}
331341
}
332342
}
@@ -932,6 +942,21 @@
932942
"minLength": 1,
933943
"maxLength": 255
934944
},
945+
"workflowAutoCancel": {
946+
"type": "object",
947+
"markdownDescription": "Define the rules for when pipeline should be automatically cancelled.",
948+
"properties": {
949+
"on_job_failure": {
950+
"markdownDescription": "Define which jobs to stop after a job fails.",
951+
"default": "none",
952+
"type": "string",
953+
"enum": [
954+
"none",
955+
"all"
956+
]
957+
}
958+
}
959+
},
935960
"globalVariables": {
936961
"markdownDescription": "Defines default variables for all jobs. Job level property overrides global variables. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#variables).",
937962
"type": "object",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
09bcd1245f7d56621d13f9b03a99c68118fbea738f0f93c87e720db6e5241340
1+
83944ef73637b1a27fd3e935ec12217004885ae1488d25e58e9e006b5dd4bb1b

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@
888888
"dockerSidecarImage": {
889889
"description": "Change this value to override the default Renovate sidecar image.",
890890
"type": "string",
891-
"default": "ghcr.io/containerbase/sidecar:9.27.0"
891+
"default": "ghcr.io/containerbase/sidecar:9.30.6"
892892
},
893893
"dockerUser": {
894894
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -1462,6 +1462,11 @@
14621462
"type": "integer",
14631463
"default": 0
14641464
},
1465+
"maxRetryAfter": {
1466+
"description": "Maximum retry-after header value to wait for before retrying a failed request.",
1467+
"type": "integer",
1468+
"default": 60
1469+
},
14651470
"timeout": {
14661471
"description": "Timeout (in milliseconds) for queries to external endpoints.",
14671472
"type": "integer"
@@ -2964,6 +2969,17 @@
29642969
"type": "boolean",
29652970
"default": null
29662971
},
2972+
"statusCheckNames": {
2973+
"description": "Custom strings to use as status check names.",
2974+
"type": "object",
2975+
"default": {
2976+
"artifactError": "renovate/artifacts",
2977+
"configValidation": "renovate/config-validation",
2978+
"mergeConfidence": "renovate/merge-confidence",
2979+
"minimumReleaseAge": "renovate/stability-days"
2980+
},
2981+
"$ref": "#"
2982+
},
29672983
"stopUpdatingLabel": {
29682984
"description": "Label to make Renovate stop updating a PR.",
29692985
"type": "string",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aac4682c8efe7d19676e75a08657476390093774246d95235e4acfd089f4021e
1+
147dac08945aca401490f8205d4f2f106f096a70b562dc975ec510f67a006307

0 commit comments

Comments
 (0)