Skip to content

Commit ebb0214

Browse files
[vendor-schemas] automated update (#575)
Co-authored-by: sirosen <[email protected]>
1 parent d4583be commit ebb0214

File tree

7 files changed

+12
-125
lines changed

7 files changed

+12
-125
lines changed

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: bitbucket-pipelines, mergify, renovate (2025-06-29)
14+
1315
0.33.1
1416
------
1517

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/mergify.json

Lines changed: 4 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,122 +2306,6 @@
23062306
"default": null,
23072307
"description": "The name of the queue where the pull request should be added. If no name is set, queue_conditions will be applied instead.",
23082308
"title": "Name"
2309-
},
2310-
"merge_method": {
2311-
"anyOf": [
2312-
{
2313-
"enum": [
2314-
"merge",
2315-
"rebase",
2316-
"squash",
2317-
"fast-forward"
2318-
],
2319-
"type": "string"
2320-
},
2321-
{
2322-
"type": "null"
2323-
}
2324-
],
2325-
"configuration_deprecated_attribute": {
2326-
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `merge_method` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules",
2327-
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `merge_method` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules"
2328-
},
2329-
"default": null,
2330-
"deprecated": true,
2331-
"description": "Merge method to use. If no value is set, Mergify uses the first authorized method available in the repository configuration. `fast-forward` is not supported on queues with `max_parallel_checks > 1, `batch_size > 1`, or with `allow_inplace_checks` set to `false`.",
2332-
"title": "Merge Method"
2333-
},
2334-
"merge_bot_account": {
2335-
"anyOf": [
2336-
{
2337-
"description": "A string template using the Jinja2 syntax.",
2338-
"format": "template",
2339-
"title": "Template",
2340-
"type": "string"
2341-
},
2342-
{
2343-
"type": "null"
2344-
}
2345-
],
2346-
"default": null,
2347-
"deprecated": true,
2348-
"description": "Mergify can impersonate a GitHub user to merge pull requests. If no `merge_bot_account` is set, Mergify merges the pull request itself. The user account **must** have already been logged in Mergify dashboard once and have **write** or **maintain** permission.",
2349-
"title": "Merge Bot Account"
2350-
},
2351-
"update_bot_account": {
2352-
"anyOf": [
2353-
{
2354-
"description": "A string template using the Jinja2 syntax.",
2355-
"format": "template",
2356-
"title": "Template",
2357-
"type": "string"
2358-
},
2359-
{
2360-
"type": "null"
2361-
}
2362-
],
2363-
"configuration_deprecated_attribute": {
2364-
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `update_bot_account` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules",
2365-
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `update_bot_account` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules"
2366-
},
2367-
"default": null,
2368-
"deprecated": true,
2369-
"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.",
2370-
"title": "Update Bot Account"
2371-
},
2372-
"update_method": {
2373-
"anyOf": [
2374-
{
2375-
"enum": [
2376-
"merge",
2377-
"rebase"
2378-
],
2379-
"type": "string"
2380-
},
2381-
{
2382-
"type": "null"
2383-
}
2384-
],
2385-
"configuration_deprecated_attribute": {
2386-
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `update_method` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules",
2387-
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `update_method` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules"
2388-
},
2389-
"default": null,
2390-
"deprecated": true,
2391-
"description": "Method to use to update the pull request with its base\nbranch when the check is done in place. Possible values:\n\n- `merge` to merge the base branch into the pull request.\n- `rebase` to rebase the pull request against its base branch.\n\nThis option overrides the value defined in the queue rules section of the configuration.\nThe default is rebase when the `merge_method` is `fast-forward`.",
2392-
"title": "Update Method"
2393-
},
2394-
"commit_message_template": {
2395-
"anyOf": [
2396-
{
2397-
"description": "A string template using the Jinja2 syntax.",
2398-
"format": "template",
2399-
"title": "Template",
2400-
"type": "string"
2401-
},
2402-
{
2403-
"type": "null"
2404-
}
2405-
],
2406-
"configuration_deprecated_attribute": {
2407-
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `commit_message_template` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed in a future version.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules",
2408-
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `commit_message_template` attribute of the queue action in one or more `pull_request_rules`. It must now be used under the `queue_rules` configuration.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules"
2409-
},
2410-
"default": null,
2411-
"deprecated": true,
2412-
"description": "Template to use as the commit message when using the merge or squash merge method.",
2413-
"title": "Commit Message Template"
2414-
},
2415-
"allow_merging_configuration_change": {
2416-
"configuration_deprecated_attribute": {
2417-
"deprecated_summary_ghes_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `allow_merging_configuration_change` attribute of the queue action in one or more `pull_request_rules`. It must be removed from the configuration.**\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules",
2418-
"deprecated_summary_saas_mode": "\n:bangbang: **Action Required** :bangbang:\n> **The configuration uses the deprecated `allow_merging_configuration_change` attribute of the queue action in one or more `pull_request_rules`. It must be removed from the configuration.**\n> This option will be removed on January 31st, 2025.\n> For more information: https://docs.mergify.com/configuration/file-format/#queue-rules"
2419-
},
2420-
"default": true,
2421-
"deprecated": true,
2422-
"description": "Allow merging the Mergify configuration file. *This option does not do anything and is only present for backward compatibility.*",
2423-
"title": "Allow Merging Configuration Change",
2424-
"type": "boolean"
24252309
}
24262310
},
24272311
"title": "QueueActionModel",
@@ -2600,8 +2484,8 @@
26002484
"anyOf": [
26012485
{
26022486
"enum": [
2603-
"merge",
2604-
"rebase"
2487+
"rebase",
2488+
"merge"
26052489
],
26062490
"type": "string"
26072491
},
@@ -2824,8 +2708,8 @@
28242708
"anyOf": [
28252709
{
28262710
"enum": [
2827-
"merge",
2828-
"rebase"
2711+
"rebase",
2712+
"merge"
28292713
],
28302714
"type": "string"
28312715
},

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7822,7 +7822,8 @@
78227822
"semver-coerced",
78237823
"swift",
78247824
"ubuntu",
7825-
"unity3d"
7825+
"unity3d",
7826+
"unity3d-packages"
78267827
]
78277828
},
78287829
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cc2fb023c3e71181eabbd569187acd1e7d813e4d7960d662e2c65c9e97b60711
1+
3280b728dc9412b571f5c46b6b95e60ff67ed926f78f4557235fbe14d3eb5e70
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
443ed25704cf40ad507d7d0893aee34a98d41583253bd0bfca6f112304fd6a59
1+
bbcf88a9253516a49e9f766370e85d6caccfbe6c7ef35a1b17c9ff4fd12cff7a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1aa4456530a801e4ec27bd5423fb6ea6c31fe63938134d48fcab632fd2ff0b07
1+
9e10dc362af292cd614bd4d2ad0545f8769ec3a9e3cd8d323d5ea9d2ec3e00e4

0 commit comments

Comments
 (0)