Skip to content

Commit 3d78582

Browse files
[vendor-schemas] automated update (#641)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
1 parent 2eca64b commit 3d78582

File tree

9 files changed

+52
-11
lines changed

9 files changed

+52
-11
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Unreleased
1212
1313
- Update vendored schemas: buildkite, circle-ci, dependabot, github-issue-forms,
1414
github-workflows, gitlab-ci, mergify, readthedocs, renovate, snapcraft, taskfile
15-
(2026-01-18)
15+
(2026-01-25)
1616

1717
0.36.0
1818
------

src/check_jsonschema/builtin_schemas/vendor/github-workflows.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@
162162
"actions": {
163163
"$ref": "#/definitions/permissions-level"
164164
},
165+
"artifact-metadata": {
166+
"$ref": "#/definitions/permissions-level"
167+
},
165168
"attestations": {
166169
"$ref": "#/definitions/permissions-level"
167170
},

src/check_jsonschema/builtin_schemas/vendor/mergify.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2462,6 +2462,14 @@
24622462
"description": "The amount of time the merge queue waits for pending checks to return before dequeueing pull requests. This cannot be less than 60 seconds.",
24632463
"title": "Checks Timeout"
24642464
},
2465+
"max_check_retries": {
2466+
"default": 0,
2467+
"description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.",
2468+
"include_in_schema": false,
2469+
"minimum": 0,
2470+
"title": "Max Check Retries",
2471+
"type": "integer"
2472+
},
24652473
"draft_bot_account": {
24662474
"anyOf": [
24672475
{
@@ -2683,6 +2691,14 @@
26832691
"description": "The amount of time the merge queue waits for pending checks to return before dequeueing pull requests. This cannot be less than 60 seconds.",
26842692
"title": "Checks Timeout"
26852693
},
2694+
"max_check_retries": {
2695+
"default": 0,
2696+
"description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.",
2697+
"include_in_schema": false,
2698+
"minimum": 0,
2699+
"title": "Max Check Retries",
2700+
"type": "integer"
2701+
},
26862702
"draft_bot_account": {
26872703
"anyOf": [
26882704
{

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"title": "JSON schema for Renovate 42.84.2 config files (https://renovatebot.com/)",
2+
"title": "JSON schema for Renovate 42.92.4 config files (https://renovatebot.com/)",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"x-renovate-version": "42.84.2",
4+
"x-renovate-version": "42.92.4",
55
"allowComments": true,
66
"type": "object",
77
"properties": {
@@ -2736,7 +2736,7 @@
27362736
"dockerSidecarImage": {
27372737
"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.",
27382738
"type": "string",
2739-
"default": "ghcr.io/containerbase/sidecar:13.26.4"
2739+
"default": "ghcr.io/containerbase/sidecar:13.26.6"
27402740
},
27412741
"dockerUser": {
27422742
"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`.",
@@ -5350,8 +5350,12 @@
53505350
"type": "object",
53515351
"default": {
53525352
"managerFilePatterns": [
5353-
"/(^|/)\\.?mise\\.toml$/",
5354-
"/(^|/)\\.?mise/config\\.toml$/"
5353+
"**/{,.}mise{,.*}.toml",
5354+
"**/{,.}mise/config{,.*}.toml",
5355+
"**/.config/mise{,.*}.toml",
5356+
"**/.config/mise/{mise,config}{,.*}.toml",
5357+
"**/.config/mise/conf.d/*.toml",
5358+
"**/.rtx{,.*}.toml"
53555359
]
53565360
},
53575361
"$ref": "#",
@@ -6844,6 +6848,7 @@
68446848
"gomodUpdateImportPaths",
68456849
"gomodSkipVendor",
68466850
"gomodVendor",
6851+
"goGenerate",
68476852
"helmUpdateSubChartArchives",
68486853
"kustomizeInflateHelmCharts",
68496854
"npmDedupe",
@@ -8906,6 +8911,7 @@
89068911
"rez",
89078912
"rpm",
89088913
"ruby",
8914+
"rust-release-channel",
89098915
"same-major",
89108916
"semver",
89118917
"semver-coerced",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
db64c217da767f3d3f9e80010be6afbe0ff8e865963dabb770cbf8a4f999d3e0
1+
ee2e80dc469cdce682e6cda03171201be1a2f2282c72da6e080de9706279fe6d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b7803f1a4fb11792f6ad156a0b81685f33b8a628ea26b7e5a2f94876dff38675
1+
ec08d04a8c7c28de72ff16684d2d2dcea008d8ae37f4d1d84aa2a24c2ac111ee
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6b7433a7f55bacce2736b2b6388cb410df64c6c521a35a6c9a800f5eabbb7e4f
1+
26a94d6ea4450d2717491ee26be25c49635394d422888b6eb06d7778d321a2e6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ea19a9bced145253626d7ad45be752a3d786ec2e9bb7afd8cb5f4e914b91df37
1+
fe21117ed4beba2f26d0248ac113b2dc152fd9f6a0ea18ab74f04566f1a9da51

src/check_jsonschema/builtin_schemas/vendor/taskfile.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@
193193
"description": "Specifies which platforms the task should be run on.",
194194
"$ref": "#/definitions/platforms"
195195
},
196+
"if": {
197+
"description": "A shell command to evaluate. If the exit code is non-zero, the task is skipped.",
198+
"type": "string"
199+
},
196200
"requires": {
197201
"description": "A list of variables which should be set if this task is to run, if any of these variables are unset the task will error and not run",
198202
"$ref": "#/definitions/requires_obj"
@@ -332,6 +336,10 @@
332336
"silent": {
333337
"description": "Hides task name and command from output. The command's output will still be redirected to `STDOUT` and `STDERR`.",
334338
"type": "boolean"
339+
},
340+
"if": {
341+
"description": "A shell command to evaluate. If the exit code is non-zero, the command is skipped.",
342+
"type": "string"
335343
}
336344
},
337345
"additionalProperties": false,
@@ -369,6 +377,10 @@
369377
"platforms": {
370378
"description": "Specifies which platforms the command should be run on.",
371379
"$ref": "#/definitions/platforms"
380+
},
381+
"if": {
382+
"description": "A shell command to evaluate. If the exit code is non-zero, the command is skipped.",
383+
"type": "string"
372384
}
373385
},
374386
"additionalProperties": false,
@@ -447,6 +459,10 @@
447459
"platforms": {
448460
"description": "Specifies which platforms the command should be run on.",
449461
"$ref": "#/definitions/platforms"
462+
},
463+
"if": {
464+
"description": "A shell command to evaluate. If the exit code is non-zero, the command is skipped.",
465+
"type": "string"
450466
}
451467
},
452468
"additionalProperties": false,
@@ -619,7 +635,7 @@
619635
"name": { "type": "string" },
620636
"enum": { "type": "array", "items": { "type": "string" } }
621637
},
622-
"required": ["name", "enum"],
638+
"required": ["name"],
623639
"additionalProperties": false
624640
}
625641
]

0 commit comments

Comments
 (0)