Skip to content

Commit eda1c4b

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

5 files changed

Lines changed: 529 additions & 725 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: mergify, renovate (2026-02-01)
14+
1315
0.36.1
1416
------
1517

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"

0 commit comments

Comments
 (0)