Skip to content

Commit e9b93e8

Browse files
Update vendored schemas (#509)
* [vendor-schemas] automated update * Update vendored schemas (2025-01-07) --------- Co-authored-by: sirosen <[email protected]> Co-authored-by: Stephen Rosen <[email protected]>
1 parent 8da1fef commit e9b93e8

File tree

13 files changed

+30
-26
lines changed

13 files changed

+30
-26
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Unreleased
99
----------
1010

1111
.. vendor-insert-here
12-
- Update vendored schemas (2024-12-22)
12+
13+
- Update vendored schemas (2025-01-07)
1314
- Drop support for Python 3.8
1415
- Rename ``--format-regex`` to ``--regex-variant`` and convert
1516
``--format-regex`` to a deprecated alias.

src/check_jsonschema/builtin_schemas/vendor/buildkite.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,9 +1263,7 @@
12631263
"$ref": "#/definitions/skip"
12641264
},
12651265
"soft_fail": {
1266-
"enum": [true, false, "true", "false"],
1267-
"description": "The conditions for marking the step as a soft-fail.",
1268-
"default": false
1266+
"$ref": "#/definitions/softFail"
12691267
}
12701268
},
12711269
"additionalProperties": false,

src/check_jsonschema/builtin_schemas/vendor/dependabot.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@
652652
"composer",
653653
"devcontainers",
654654
"docker",
655+
"dotnet-sdk",
655656
"elm",
656657
"gitsubmodule",
657658
"github-actions",

src/check_jsonschema/builtin_schemas/vendor/mergify.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,8 @@
16881688
"DRAFT_PULL_REQUEST_CHANGED",
16891689
"PULL_REQUEST_UPDATED",
16901690
"MERGE_QUEUE_RESET",
1691-
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS"
1691+
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
1692+
"PR_MANUALLY_MERGED"
16921693
],
16931694
"type": "string"
16941695
},
@@ -2529,7 +2530,9 @@
25292530
},
25302531
"queue_branch_prefix": {
25312532
"default": "mergify/merge-queue/",
2532-
"title": "Queue Branch Prefix",
2533+
"description": "Prefix for the merge queue branch name",
2534+
"format": "template",
2535+
"title": "Template",
25332536
"type": "string"
25342537
},
25352538
"allow_queue_branch_edit": {
@@ -2642,11 +2645,6 @@
26422645
"title": "Update Bot Account"
26432646
},
26442647
"disallow_checks_interruption_from_queues": {
2645-
"configuration_deprecated_attribute": {
2646-
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules",
2647-
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules"
2648-
},
2649-
"deprecated": true,
26502648
"items": {
26512649
"type": "string"
26522650
},
@@ -2790,7 +2788,9 @@
27902788
},
27912789
"queue_branch_prefix": {
27922790
"default": "mergify/merge-queue/",
2793-
"title": "Queue Branch Prefix",
2791+
"description": "Prefix for the merge queue branch name",
2792+
"format": "template",
2793+
"title": "Template",
27942794
"type": "string"
27952795
},
27962796
"allow_queue_branch_edit": {
@@ -2903,11 +2903,6 @@
29032903
"title": "Update Bot Account"
29042904
},
29052905
"disallow_checks_interruption_from_queues": {
2906-
"configuration_deprecated_attribute": {
2907-
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules",
2908-
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `disallow_checks_interruption_from_queues` attribute in the `queue_rules` section. This option has been replaced by `allow_checks_interruption` at the top level of the configuration file in the `priority_rules` section.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#priority-rules"
2909-
},
2910-
"deprecated": true,
29112906
"items": {
29122907
"type": "string"
29132908
},

src/check_jsonschema/builtin_schemas/vendor/readthedocs.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@
337337
"default": false
338338
}
339339
},
340-
"additionalProperties": false
340+
"additionalProperties": false,
341+
"required": ["configuration"]
341342
},
342343
"mkdocs": {
343344
"title": "mkdocs",
@@ -356,7 +357,8 @@
356357
"default": false
357358
}
358359
},
359-
"additionalProperties": false
360+
"additionalProperties": false,
361+
"required": ["configuration"]
360362
},
361363
"submodules": {
362364
"title": "Submodules",

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
"dockerSidecarImage": {
10731073
"description": "Change this value to override the default Renovate sidecar image.",
10741074
"type": "string",
1075-
"default": "ghcr.io/containerbase/sidecar:13.5.0"
1075+
"default": "ghcr.io/containerbase/sidecar:13.5.8"
10761076
},
10771077
"dockerUser": {
10781078
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
62c52d12f959a2f919ec4efc1352ef175781d8ba81f8cc7feb19564b391700d8
1+
761ceff545736b65fabe577b8e7d06ceb5baa9d339f8faa0192cd3c3d85d5a11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
235f4185dbf74d5fd7027c149a859701246f7880ba400f6a57e3617b5f51a36e
1+
bb1d6e2ddccbdc94a4ea84617fa89af57f6938b9ef72095583a31b6914c8ae1c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9ee866491e48c35a24339f78f59d3edbc5638101d2f0645004853eaf9c297319
1+
d2afb9ba1f220ce421931d064c71a366e4e2c96f08bcb59e26d6b0c554cf21ba
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bee0e6132fa6026c47200ba811090b6cf52fe540a7e5eace0772cfb75fdc6a4a
1+
77278afd8de08da09665e12d305c9c23721e940d3869355eb6bda2a024a2f0d7

0 commit comments

Comments
 (0)