File tree 5 files changed +10
-4
lines changed
src/check_jsonschema/builtin_schemas/vendor
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Unreleased
10
10
11
11
.. vendor-insert-here
12
12
13
+ - Update vendored schemas: mergify, renovate (2025-04-20)
14
+
13
15
0.33.0
14
16
------
15
17
Original file line number Diff line number Diff line change 3175
3175
"shared" : {
3176
3176
"anyOf" : [
3177
3177
{
3178
+ "additionalProperties" : true ,
3178
3179
"type" : " object"
3179
3180
},
3180
3181
{
Original file line number Diff line number Diff line change 486
486
"type" : " object" ,
487
487
"default" : {
488
488
"fileMatch" : [
489
- " (^|/)bun\\ .lockb?$"
489
+ " (^|/)bun\\ .lockb?$" ,
490
+ " (^|/)package\\ .json$"
490
491
],
491
492
"digest" : {
492
493
"prBodyDefinitions" : {
723
724
"description" : " Configuration object to define language or manager version constraints." ,
724
725
"type" : " object" ,
725
726
"default" : {},
726
- "$ref" : " #"
727
+ "additionalProperties" : {
728
+ "type" : " string"
729
+ }
727
730
},
728
731
"constraintsFiltering" : {
729
732
"description" : " Perform release filtering based on language constraints." ,
Original file line number Diff line number Diff line change 1
- e2d985102db50b5ab5c36d67ae60ba8dcd0f6a0fecf2e6bcd10bf3eb36d468ed
1
+ 0a3b9e017472207494a0ff45dddba64db25fc6c890f2f4886d1e113ae73455ff
Original file line number Diff line number Diff line change 1
- 2dc6e675330d40bd9b1446e7a038eeee1ed656defeb35b44f11431ef97573ebd
1
+ 8cd6b4819f17e6be9d5016c44e42e01d67503cf090fc869311ff5de9eadb4c40
You can’t perform that action at this time.
0 commit comments