Skip to content

Commit fa5821e

Browse files
sirosengithub-actions[bot]
authored andcommitted
[vendor-schemas] automated update
1 parent 28714ff commit fa5821e

File tree

13 files changed

+27
-25
lines changed

13 files changed

+27
-25
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas (2024-12-22)
13+
- Update vendored schemas (2025-01-05)
1414
- Drop support for Python 3.8
1515

1616
0.30.0

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: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,9 @@
25292529
},
25302530
"queue_branch_prefix": {
25312531
"default": "mergify/merge-queue/",
2532-
"title": "Queue Branch Prefix",
2532+
"description": "Prefix for the merge queue branch name",
2533+
"format": "template",
2534+
"title": "Template",
25332535
"type": "string"
25342536
},
25352537
"allow_queue_branch_edit": {
@@ -2642,11 +2644,6 @@
26422644
"title": "Update Bot Account"
26432645
},
26442646
"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,
26502647
"items": {
26512648
"type": "string"
26522649
},
@@ -2790,7 +2787,9 @@
27902787
},
27912788
"queue_branch_prefix": {
27922789
"default": "mergify/merge-queue/",
2793-
"title": "Queue Branch Prefix",
2790+
"description": "Prefix for the merge queue branch name",
2791+
"format": "template",
2792+
"title": "Template",
27942793
"type": "string"
27952794
},
27962795
"allow_queue_branch_edit": {
@@ -2903,11 +2902,6 @@
29032902
"title": "Update Bot Account"
29042903
},
29052904
"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,
29112905
"items": {
29122906
"type": "string"
29132907
},

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.7"
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+
79c4574e3befd849df3cc5c18a8333d028c5c306de267555e8643f9ccaa8fa33
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)