Skip to content

Commit 6e0fcb7

Browse files
[vendor-schemas] automated update (#560)
Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
1 parent bd846b8 commit 6e0fcb7

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.rst

+2
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 (2025-04-20)
14+
1315
0.33.0
1416
------
1517

src/check_jsonschema/builtin_schemas/vendor/mergify.json

+1
Original file line numberDiff line numberDiff line change
@@ -3175,6 +3175,7 @@
31753175
"shared": {
31763176
"anyOf": [
31773177
{
3178+
"additionalProperties": true,
31783179
"type": "object"
31793180
},
31803181
{

src/check_jsonschema/builtin_schemas/vendor/renovate.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@
486486
"type": "object",
487487
"default": {
488488
"fileMatch": [
489-
"(^|/)bun\\.lockb?$"
489+
"(^|/)bun\\.lockb?$",
490+
"(^|/)package\\.json$"
490491
],
491492
"digest": {
492493
"prBodyDefinitions": {
@@ -723,7 +724,9 @@
723724
"description": "Configuration object to define language or manager version constraints.",
724725
"type": "object",
725726
"default": {},
726-
"$ref": "#"
727+
"additionalProperties": {
728+
"type": "string"
729+
}
727730
},
728731
"constraintsFiltering": {
729732
"description": "Perform release filtering based on language constraints.",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e2d985102db50b5ab5c36d67ae60ba8dcd0f6a0fecf2e6bcd10bf3eb36d468ed
1+
0a3b9e017472207494a0ff45dddba64db25fc6c890f2f4886d1e113ae73455ff
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2dc6e675330d40bd9b1446e7a038eeee1ed656defeb35b44f11431ef97573ebd
1+
8cd6b4819f17e6be9d5016c44e42e01d67503cf090fc869311ff5de9eadb4c40

0 commit comments

Comments
 (0)