Skip to content

Update vendored schemas #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Unreleased

.. vendor-insert-here

- Update vendored schemas: mergify, renovate (2025-04-20)

0.33.0
------

Expand Down
1 change: 1 addition & 0 deletions src/check_jsonschema/builtin_schemas/vendor/mergify.json
Original file line number Diff line number Diff line change
Expand Up @@ -3175,6 +3175,7 @@
"shared": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
Expand Down
7 changes: 5 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@
"type": "object",
"default": {
"fileMatch": [
"(^|/)bun\\.lockb?$"
"(^|/)bun\\.lockb?$",
"(^|/)package\\.json$"
],
"digest": {
"prBodyDefinitions": {
Expand Down Expand Up @@ -723,7 +724,9 @@
"description": "Configuration object to define language or manager version constraints.",
"type": "object",
"default": {},
"$ref": "#"
"additionalProperties": {
"type": "string"
}
},
"constraintsFiltering": {
"description": "Perform release filtering based on language constraints.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2d985102db50b5ab5c36d67ae60ba8dcd0f6a0fecf2e6bcd10bf3eb36d468ed
0a3b9e017472207494a0ff45dddba64db25fc6c890f2f4886d1e113ae73455ff
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2dc6e675330d40bd9b1446e7a038eeee1ed656defeb35b44f11431ef97573ebd
8cd6b4819f17e6be9d5016c44e42e01d67503cf090fc869311ff5de9eadb4c40