Skip to content
Merged
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
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Unreleased

.. vendor-insert-here

- Update vendored schemas: circle-ci, gitlab-ci, mergify, renovate, snapcraft,
woodpecker-ci (2026-02-15)

0.36.1
------

Expand Down
7 changes: 6 additions & 1 deletion src/check_jsonschema/builtin_schemas/vendor/circle-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,12 @@
"m2pro.medium",
"m2pro.large",
"m4pro.medium",
"m4pro.large"
"m4pro.large",
"medium-gen2",
"large-gen2",
"xlarge-gen2",
"2xlarge-gen2",
"2xlarge+-gen2"
]
},
{
Expand Down
21 changes: 21 additions & 0 deletions src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,22 @@
}
]
},
"gitlab_secrets_manager": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string",
"description": "Source of the secret. Defaults to the current project if not given. For fetching a secret from a group, provide group/<full_path_of_the_group>"
}
},
"required": [
"name"
],
"additionalProperties": false
},
"file": {
"type": "boolean",
"default": true,
Expand Down Expand Up @@ -1223,6 +1239,11 @@
"required": [
"aws_secrets_manager"
]
},
{
"required": [
"gitlab_secrets_manager"
]
}
],
"dependencies": {
Expand Down
8 changes: 6 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/mergify.json
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,8 @@
"PR_MANUALLY_MERGED",
"DRAFT_PULL_REQUEST_CREATION_FAILED",
"CONFIGURATION_CHANGED",
"UNPROCESSABLE_PULL_REQUEST"
"UNPROCESSABLE_PULL_REQUEST",
"PR_MANUALLY_DEQUEUED"
],
"type": "string"
},
Expand Down Expand Up @@ -2547,6 +2548,7 @@
},
"autosquash": {
"default": false,
"deprecated": true,
"description": "This option is relevant only if you do in place checks and if you use the `rebase` option of the update_method. It will automatically squash your commits beginning by `squash!`, `fixup!` or `amend!`, just like the option with the same name when doing a `git rebase`.",
"title": "Autosquash",
"type": "boolean"
Expand Down Expand Up @@ -2776,6 +2778,7 @@
},
"autosquash": {
"default": false,
"deprecated": true,
"description": "This option is relevant only if you do in place checks and if you use the `rebase` option of the update_method. It will automatically squash your commits beginning by `squash!`, `fixup!` or `amend!`, just like the option with the same name when doing a `git rebase`.",
"title": "Autosquash",
"type": "boolean"
Expand Down Expand Up @@ -2883,7 +2886,8 @@
"title": "Bot Account"
},
"autosquash": {
"default": true,
"default": false,
"deprecated": true,
"description": "When set to `true`, commits starting with `fixup!`, `squash!` and `amend!` are squashed during the rebase.",
"title": "Autosquash",
"type": "boolean"
Expand Down
1,282 changes: 561 additions & 721 deletions src/check_jsonschema/builtin_schemas/vendor/renovate.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
f056bbb01a581c8e0c735053c0b6324ece7ab97cf843632e185645129a74be39
431634ef2000d289ae0b4b862aadd45c0e38654008f24c1de42a6fc76ffcf201
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6059ebe5d95e8bb0c9538eb8e324b581279bd0d8e23985938af1faced52623af
ae1b1867d4906f98a2f3174cd02e2b8df3ad0fdb127cbcabdb087f78ed97204e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ec08d04a8c7c28de72ff16684d2d2dcea008d8ae37f4d1d84aa2a24c2ac111ee
4479a28b418efbc3129239d81c848793bcfc32fe58d4ace96797ad784d7cba4f
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26a94d6ea4450d2717491ee26be25c49635394d422888b6eb06d7778d321a2e6
75af45c7477dbe6dfe0f4eaa52f25c25ed1faf573ba50cd12e023985b03cd6c7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d218a7c69b75bff4a72477693010b8fb25acc73ef592b47bd65a5d2a2a0d801e
f1e5f3ceb2545f3ce4c5ff83e6dda838904c06e7eaf35b5714d04c418b3fd0c3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45506d4f2af5a611c79b6b7fd0476dc6d58b7d561ecc4c5137712c1dc7878718
da5a2b57b01ff7df605fd056b0605d13c57e49bfe7596d53fb8db8b20164c787
4 changes: 2 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/snapcraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@
],
"default": null,
"description": "The baseline system that the snap is built in.",
"examples": ["core20", "core22", "core24", "devel"],
"examples": ["core22", "core24", "core26", "devel"],
"title": "Build-Base"
},
"contact": {
Expand Down Expand Up @@ -3081,7 +3081,7 @@
],
"default": null,
"description": "The baseline system that the snap is built in.",
"examples": ["core20", "core22", "core24", "devel"],
"examples": ["core22", "core24", "core26", "devel"],
"title": "Build-Base"
},
"platforms": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,12 @@
"volumes": {
"$ref": "#/definitions/step_volumes"
},
"failure": {
"description": "How to handle the failure of this step. Read more: https://woodpecker-ci.org/docs/usage/services#stopping",
"type": "string",
"enum": ["fail", "ignore"],
"default": "fail"
},
"backend_options": {
"$ref": "#/definitions/step_backend_options"
},
Expand Down
Loading