Skip to content

Commit d4fbd0c

Browse files
committed
[vendor-schemas] automated update
1 parent ff3e48c commit d4fbd0c

13 files changed

Lines changed: 611 additions & 732 deletions

CHANGELOG.rst

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

1111
.. vendor-insert-here
1212
13+
- Update vendored schemas: circle-ci, gitlab-ci, mergify, renovate, snapcraft,
14+
woodpecker-ci (2026-02-15)
15+
1316
0.36.1
1417
------
1518

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,12 @@
16421642
"m2pro.medium",
16431643
"m2pro.large",
16441644
"m4pro.medium",
1645-
"m4pro.large"
1645+
"m4pro.large",
1646+
"medium-gen2",
1647+
"large-gen2",
1648+
"xlarge-gen2",
1649+
"2xlarge-gen2",
1650+
"2xlarge+-gen2"
16461651
]
16471652
},
16481653
{

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,22 @@
11931193
}
11941194
]
11951195
},
1196+
"gitlab_secrets_manager": {
1197+
"type": "object",
1198+
"properties": {
1199+
"name": {
1200+
"type": "string"
1201+
},
1202+
"source": {
1203+
"type": "string",
1204+
"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>"
1205+
}
1206+
},
1207+
"required": [
1208+
"name"
1209+
],
1210+
"additionalProperties": false
1211+
},
11961212
"file": {
11971213
"type": "boolean",
11981214
"default": true,
@@ -1223,6 +1239,11 @@
12231239
"required": [
12241240
"aws_secrets_manager"
12251241
]
1242+
},
1243+
{
1244+
"required": [
1245+
"gitlab_secrets_manager"
1246+
]
12261247
}
12271248
],
12281249
"dependencies": {

src/check_jsonschema/builtin_schemas/vendor/mergify.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,8 @@
18031803
"PR_MANUALLY_MERGED",
18041804
"DRAFT_PULL_REQUEST_CREATION_FAILED",
18051805
"CONFIGURATION_CHANGED",
1806-
"UNPROCESSABLE_PULL_REQUEST"
1806+
"UNPROCESSABLE_PULL_REQUEST",
1807+
"PR_MANUALLY_DEQUEUED"
18071808
],
18081809
"type": "string"
18091810
},
@@ -2547,6 +2548,7 @@
25472548
},
25482549
"autosquash": {
25492550
"default": false,
2551+
"deprecated": true,
25502552
"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`.",
25512553
"title": "Autosquash",
25522554
"type": "boolean"
@@ -2776,6 +2778,7 @@
27762778
},
27772779
"autosquash": {
27782780
"default": false,
2781+
"deprecated": true,
27792782
"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`.",
27802783
"title": "Autosquash",
27812784
"type": "boolean"
@@ -2883,7 +2886,8 @@
28832886
"title": "Bot Account"
28842887
},
28852888
"autosquash": {
2886-
"default": true,
2889+
"default": false,
2890+
"deprecated": true,
28872891
"description": "When set to `true`, commits starting with `fixup!`, `squash!` and `amend!` are squashed during the rebase.",
28882892
"title": "Autosquash",
28892893
"type": "boolean"

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 561 additions & 721 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f056bbb01a581c8e0c735053c0b6324ece7ab97cf843632e185645129a74be39
1+
431634ef2000d289ae0b4b862aadd45c0e38654008f24c1de42a6fc76ffcf201
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6059ebe5d95e8bb0c9538eb8e324b581279bd0d8e23985938af1faced52623af
1+
ae1b1867d4906f98a2f3174cd02e2b8df3ad0fdb127cbcabdb087f78ed97204e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ec08d04a8c7c28de72ff16684d2d2dcea008d8ae37f4d1d84aa2a24c2ac111ee
1+
4479a28b418efbc3129239d81c848793bcfc32fe58d4ace96797ad784d7cba4f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26a94d6ea4450d2717491ee26be25c49635394d422888b6eb06d7778d321a2e6
1+
75af45c7477dbe6dfe0f4eaa52f25c25ed1faf573ba50cd12e023985b03cd6c7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d218a7c69b75bff4a72477693010b8fb25acc73ef592b47bd65a5d2a2a0d801e
1+
f1e5f3ceb2545f3ce4c5ff83e6dda838904c06e7eaf35b5714d04c418b3fd0c3

0 commit comments

Comments
 (0)