Skip to content

Commit ec665b6

Browse files
sirosengithub-actions[bot]
authored andcommitted
[vendor-schemas] automated update
1 parent ba8f7ac commit ec665b6

9 files changed

Lines changed: 598 additions & 727 deletions

File tree

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: circle-ci, gitlab-ci, mergify, renovate (2026-02-08)
14+
1315
0.36.1
1416
------
1517

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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,7 @@
25472547
},
25482548
"autosquash": {
25492549
"default": false,
2550+
"deprecated": true,
25502551
"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`.",
25512552
"title": "Autosquash",
25522553
"type": "boolean"
@@ -2776,6 +2777,7 @@
27762777
},
27772778
"autosquash": {
27782779
"default": false,
2780+
"deprecated": true,
27792781
"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`.",
27802782
"title": "Autosquash",
27812783
"type": "boolean"
@@ -2883,7 +2885,8 @@
28832885
"title": "Bot Account"
28842886
},
28852887
"autosquash": {
2886-
"default": true,
2888+
"default": false,
2889+
"deprecated": true,
28872890
"description": "When set to `true`, commits starting with `fixup!`, `squash!` and `amend!` are squashed during the rebase.",
28882891
"title": "Autosquash",
28892892
"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+
af59b16c3ef1db240e2e6e5cdb901ab184d1e9c9fcc7acc99f5e479317b0b228
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26a94d6ea4450d2717491ee26be25c49635394d422888b6eb06d7778d321a2e6
1+
01e276ec03c7ab478eb805e2018551e75c32ba31df3faa07b4746f0a5bb4f234

0 commit comments

Comments
 (0)