Skip to content

Commit 7018159

Browse files
[vendor-schemas] automated update (#646)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
1 parent 28f430d commit 7018159

11 files changed

Lines changed: 28 additions & 31 deletions

File tree

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: bitbucket-pipelines, circle-ci, gitlab-ci, mergify, renovate
14+
(2026-02-22)
15+
1316
0.36.2
1417
------
1518

src/check_jsonschema/builtin_schemas/vendor/bitbucket-pipelines.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,10 +1637,6 @@
16371637
"gpu.nvidia.small",
16381638
"gpu.nvidia.medium",
16391639
"windows.gpu.nvidia.medium",
1640-
"macos.m1.medium.gen1",
1641-
"macos.m1.large.gen1",
1642-
"m2pro.medium",
1643-
"m2pro.large",
16441640
"m4pro.medium",
16451641
"m4pro.large",
16461642
"medium-gen2",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@
259259
"enum": [
260260
"none",
261261
"developer",
262+
"maintainer",
262263
"all"
263264
]
264265
},

src/check_jsonschema/builtin_schemas/vendor/mergify.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,9 +1802,11 @@
18021802
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
18031803
"PR_MANUALLY_MERGED",
18041804
"DRAFT_PULL_REQUEST_CREATION_FAILED",
1805+
"DRAFT_PULL_REQUEST_CREATION_BRANCH_NOT_INDEXED",
18051806
"CONFIGURATION_CHANGED",
18061807
"UNPROCESSABLE_PULL_REQUEST",
1807-
"PR_MANUALLY_DEQUEUED"
1808+
"PR_MANUALLY_DEQUEUED",
1809+
"INTERMEDIATE_RESULTS_SKIPPED"
18081810
],
18091811
"type": "string"
18101812
},
@@ -2463,14 +2465,6 @@
24632465
"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.",
24642466
"title": "Checks Timeout"
24652467
},
2466-
"max_check_retries": {
2467-
"default": 0,
2468-
"description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.",
2469-
"include_in_schema": false,
2470-
"minimum": 0,
2471-
"title": "Max Check Retries",
2472-
"type": "integer"
2473-
},
24742468
"draft_bot_account": {
24752469
"anyOf": [
24762470
{
@@ -2621,7 +2615,7 @@
26212615
}
26222616
],
26232617
"default": null,
2624-
"description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify picks randomly one of the organization users instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.",
2618+
"description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify uses the pull request author instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.",
26252619
"title": "Update Bot Account"
26262620
},
26272621
"name": {
@@ -2693,14 +2687,6 @@
26932687
"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.",
26942688
"title": "Checks Timeout"
26952689
},
2696-
"max_check_retries": {
2697-
"default": 0,
2698-
"description": "The maximum number of retries allowed to be executed on failed PRs or batches before proceeding with the normal failure resolution process.",
2699-
"include_in_schema": false,
2700-
"minimum": 0,
2701-
"title": "Max Check Retries",
2702-
"type": "integer"
2703-
},
27042690
"draft_bot_account": {
27052691
"anyOf": [
27062692
{
@@ -2851,7 +2837,7 @@
28512837
}
28522838
],
28532839
"default": null,
2854-
"description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify picks randomly one of the organization users instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.",
2840+
"description": "For certain actions, such as rebasing branches, Mergify has to impersonate a GitHub user. You can specify the account to use with this option. If no `update_bot_account` is set, Mergify uses the pull request author instead. The user account **must** have already been logged in Mergify dashboard once. This option overrides the value defined in the queue rules section of the configuration.",
28552841
"title": "Update Bot Account"
28562842
}
28572843
},

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"title": "JSON schema for Renovate 43.15.1 config files (https://renovatebot.com/)",
2+
"title": "JSON schema for Renovate 43.31.0 config files (https://renovatebot.com/)",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"x-renovate-version": "43.15.1",
4+
"x-renovate-version": "43.31.0",
55
"allowComments": true,
66
"type": "object",
77
"properties": {
@@ -1551,6 +1551,11 @@
15511551
"type": "boolean",
15521552
"default": false
15531553
},
1554+
"commitHourlyLimit": {
1555+
"description": "Rate limit commits to maximum x per hour. 0 means no limit.",
1556+
"type": "integer",
1557+
"default": 0
1558+
},
15541559
"commitMessage": {
15551560
"description": "Message to use for commit messages and pull request titles.",
15561561
"type": "string",
@@ -8208,6 +8213,7 @@
82088213
"debian",
82098214
"devbox",
82108215
"docker",
8216+
"elm",
82118217
"exact",
82128218
"git",
82138219
"glasskube",
@@ -8493,6 +8499,11 @@
84938499
"repositoryCacheType"
84948500
]
84958501
},
8502+
{
8503+
"required": [
8504+
"repositoryCacheForceLocal"
8505+
]
8506+
},
84968507
{
84978508
"required": [
84988509
"reportType"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4da590664bc4eb47e8b680843d83be9e10a37dff999b0e4cbd4fe020eb85ea13
1+
7bab5629e59623ca24ae370eaf40ec9f7527c8a0d925841c2480f7bb5bf8e0bd
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
431634ef2000d289ae0b4b862aadd45c0e38654008f24c1de42a6fc76ffcf201
1+
f5f42aa53dcce583055be454c71b36bafeef4545cc282fef9a2bfa520369243a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ae1b1867d4906f98a2f3174cd02e2b8df3ad0fdb127cbcabdb087f78ed97204e
1+
5dbb3ebe8d8708d5610db4210e6bb07885cff17f2dac400ffb2d6754f6229e64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4479a28b418efbc3129239d81c848793bcfc32fe58d4ace96797ad784d7cba4f
1+
de5bec271a0b0179a577db99c27107fc319cd78f3ec755715ff51f6225d30d48

0 commit comments

Comments
 (0)