Skip to content
Open
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: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Unreleased

- Update vendored schemas: buildkite, circle-ci, dependabot, github-issue-forms,
github-workflows, gitlab-ci, mergify, readthedocs, renovate, snapcraft, taskfile
(2026-01-18)
(2026-01-25)

0.36.0
------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@
"actions": {
"$ref": "#/definitions/permissions-level"
},
"artifact-metadata": {
"$ref": "#/definitions/permissions-level"
},
"attestations": {
"$ref": "#/definitions/permissions-level"
},
Expand Down
16 changes: 16 additions & 0 deletions src/check_jsonschema/builtin_schemas/vendor/mergify.json
Original file line number Diff line number Diff line change
Expand Up @@ -2462,6 +2462,14 @@
"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.",
"title": "Checks Timeout"
},
"max_check_retries": {
"default": 0,
"description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.",
"include_in_schema": false,
"minimum": 0,
"title": "Max Check Retries",
"type": "integer"
},
"draft_bot_account": {
"anyOf": [
{
Expand Down Expand Up @@ -2683,6 +2691,14 @@
"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.",
"title": "Checks Timeout"
},
"max_check_retries": {
"default": 0,
"description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.",
"include_in_schema": false,
"minimum": 0,
"title": "Max Check Retries",
"type": "integer"
},
"draft_bot_account": {
"anyOf": [
{
Expand Down
16 changes: 11 additions & 5 deletions src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "JSON schema for Renovate 42.84.2 config files (https://renovatebot.com/)",
"title": "JSON schema for Renovate 42.92.4 config files (https://renovatebot.com/)",
"$schema": "http://json-schema.org/draft-07/schema#",
"x-renovate-version": "42.84.2",
"x-renovate-version": "42.92.4",
"allowComments": true,
"type": "object",
"properties": {
Expand Down Expand Up @@ -2736,7 +2736,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.26.4"
"default": "ghcr.io/containerbase/sidecar:13.26.6"
},
"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 Expand Up @@ -5350,8 +5350,12 @@
"type": "object",
"default": {
"managerFilePatterns": [
"/(^|/)\\.?mise\\.toml$/",
"/(^|/)\\.?mise/config\\.toml$/"
"**/{,.}mise{,.*}.toml",
"**/{,.}mise/config{,.*}.toml",
"**/.config/mise{,.*}.toml",
"**/.config/mise/{mise,config}{,.*}.toml",
"**/.config/mise/conf.d/*.toml",
"**/.rtx{,.*}.toml"
]
},
"$ref": "#",
Expand Down Expand Up @@ -6844,6 +6848,7 @@
"gomodUpdateImportPaths",
"gomodSkipVendor",
"gomodVendor",
"goGenerate",
"helmUpdateSubChartArchives",
"kustomizeInflateHelmCharts",
"npmDedupe",
Expand Down Expand Up @@ -8906,6 +8911,7 @@
"rez",
"rpm",
"ruby",
"rust-release-channel",
"same-major",
"semver",
"semver-coerced",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
db64c217da767f3d3f9e80010be6afbe0ff8e865963dabb770cbf8a4f999d3e0
ee2e80dc469cdce682e6cda03171201be1a2f2282c72da6e080de9706279fe6d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b7803f1a4fb11792f6ad156a0b81685f33b8a628ea26b7e5a2f94876dff38675
ec08d04a8c7c28de72ff16684d2d2dcea008d8ae37f4d1d84aa2a24c2ac111ee
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6b7433a7f55bacce2736b2b6388cb410df64c6c521a35a6c9a800f5eabbb7e4f
26a94d6ea4450d2717491ee26be25c49635394d422888b6eb06d7778d321a2e6
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ea19a9bced145253626d7ad45be752a3d786ec2e9bb7afd8cb5f4e914b91df37
fe21117ed4beba2f26d0248ac113b2dc152fd9f6a0ea18ab74f04566f1a9da51
18 changes: 17 additions & 1 deletion src/check_jsonschema/builtin_schemas/vendor/taskfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
"description": "Specifies which platforms the task should be run on.",
"$ref": "#/definitions/platforms"
},
"if": {
"description": "A shell command to evaluate. If the exit code is non-zero, the task is skipped.",
"type": "string"
},
"requires": {
"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",
"$ref": "#/definitions/requires_obj"
Expand Down Expand Up @@ -332,6 +336,10 @@
"silent": {
"description": "Hides task name and command from output. The command's output will still be redirected to `STDOUT` and `STDERR`.",
"type": "boolean"
},
"if": {
"description": "A shell command to evaluate. If the exit code is non-zero, the command is skipped.",
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -369,6 +377,10 @@
"platforms": {
"description": "Specifies which platforms the command should be run on.",
"$ref": "#/definitions/platforms"
},
"if": {
"description": "A shell command to evaluate. If the exit code is non-zero, the command is skipped.",
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -447,6 +459,10 @@
"platforms": {
"description": "Specifies which platforms the command should be run on.",
"$ref": "#/definitions/platforms"
},
"if": {
"description": "A shell command to evaluate. If the exit code is non-zero, the command is skipped.",
"type": "string"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -619,7 +635,7 @@
"name": { "type": "string" },
"enum": { "type": "array", "items": { "type": "string" } }
},
"required": ["name", "enum"],
"required": ["name"],
"additionalProperties": false
}
]
Expand Down