renovate 40.51.2 → 40.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,7 +79,45 @@
79
79
  "/(^|/)tasks/[^/]+\\.ya?ml$/"
80
80
  ]
81
81
  },
82
- "$ref": "#"
82
+ "$ref": "#",
83
+ "items": {
84
+ "allOf": [
85
+ {
86
+ "type": "object",
87
+ "properties": {
88
+ "description": {
89
+ "oneOf": [
90
+ {
91
+ "type": "array",
92
+ "items": {
93
+ "type": "string",
94
+ "description": "A custom description for this configuration object"
95
+ }
96
+ },
97
+ {
98
+ "type": "string",
99
+ "description": "A custom description for this configuration object"
100
+ }
101
+ ]
102
+ },
103
+ "managerFilePatterns": {
104
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
105
+ "oneOf": [
106
+ {
107
+ "type": "array",
108
+ "items": {
109
+ "type": "string"
110
+ }
111
+ },
112
+ {
113
+ "type": "string"
114
+ }
115
+ ]
116
+ }
117
+ }
118
+ }
119
+ ]
120
+ }
83
121
  },
84
122
  "ansible-galaxy": {
85
123
  "description": "Configuration object for the ansible-galaxy manager",
@@ -89,7 +127,45 @@
89
127
  "/(^|/)(galaxy|requirements)(\\.ansible)?\\.ya?ml$/"
90
128
  ]
91
129
  },
92
- "$ref": "#"
130
+ "$ref": "#",
131
+ "items": {
132
+ "allOf": [
133
+ {
134
+ "type": "object",
135
+ "properties": {
136
+ "description": {
137
+ "oneOf": [
138
+ {
139
+ "type": "array",
140
+ "items": {
141
+ "type": "string",
142
+ "description": "A custom description for this configuration object"
143
+ }
144
+ },
145
+ {
146
+ "type": "string",
147
+ "description": "A custom description for this configuration object"
148
+ }
149
+ ]
150
+ },
151
+ "managerFilePatterns": {
152
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
153
+ "oneOf": [
154
+ {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "string"
158
+ }
159
+ },
160
+ {
161
+ "type": "string"
162
+ }
163
+ ]
164
+ }
165
+ }
166
+ }
167
+ ]
168
+ }
93
169
  },
94
170
  "argocd": {
95
171
  "description": "Configuration object for the argocd manager",
@@ -97,7 +173,45 @@
97
173
  "default": {
98
174
  "managerFilePatterns": []
99
175
  },
100
- "$ref": "#"
176
+ "$ref": "#",
177
+ "items": {
178
+ "allOf": [
179
+ {
180
+ "type": "object",
181
+ "properties": {
182
+ "description": {
183
+ "oneOf": [
184
+ {
185
+ "type": "array",
186
+ "items": {
187
+ "type": "string",
188
+ "description": "A custom description for this configuration object"
189
+ }
190
+ },
191
+ {
192
+ "type": "string",
193
+ "description": "A custom description for this configuration object"
194
+ }
195
+ ]
196
+ },
197
+ "managerFilePatterns": {
198
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
199
+ "oneOf": [
200
+ {
201
+ "type": "array",
202
+ "items": {
203
+ "type": "string"
204
+ }
205
+ },
206
+ {
207
+ "type": "string"
208
+ }
209
+ ]
210
+ }
211
+ }
212
+ }
213
+ ]
214
+ }
101
215
  },
102
216
  "asdf": {
103
217
  "description": "Configuration object for the asdf manager",
@@ -107,7 +221,45 @@
107
221
  "/(^|/)\\.tool-versions$/"
108
222
  ]
109
223
  },
110
- "$ref": "#"
224
+ "$ref": "#",
225
+ "items": {
226
+ "allOf": [
227
+ {
228
+ "type": "object",
229
+ "properties": {
230
+ "description": {
231
+ "oneOf": [
232
+ {
233
+ "type": "array",
234
+ "items": {
235
+ "type": "string",
236
+ "description": "A custom description for this configuration object"
237
+ }
238
+ },
239
+ {
240
+ "type": "string",
241
+ "description": "A custom description for this configuration object"
242
+ }
243
+ ]
244
+ },
245
+ "managerFilePatterns": {
246
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
247
+ "oneOf": [
248
+ {
249
+ "type": "array",
250
+ "items": {
251
+ "type": "string"
252
+ }
253
+ },
254
+ {
255
+ "type": "string"
256
+ }
257
+ ]
258
+ }
259
+ }
260
+ }
261
+ ]
262
+ }
111
263
  },
112
264
  "assignAutomerge": {
113
265
  "description": "Assign reviewers and assignees even if the PR is to be automerged.",
@@ -287,7 +439,45 @@
287
439
  ],
288
440
  "enabled": false
289
441
  },
290
- "$ref": "#"
442
+ "$ref": "#",
443
+ "items": {
444
+ "allOf": [
445
+ {
446
+ "type": "object",
447
+ "properties": {
448
+ "description": {
449
+ "oneOf": [
450
+ {
451
+ "type": "array",
452
+ "items": {
453
+ "type": "string",
454
+ "description": "A custom description for this configuration object"
455
+ }
456
+ },
457
+ {
458
+ "type": "string",
459
+ "description": "A custom description for this configuration object"
460
+ }
461
+ ]
462
+ },
463
+ "managerFilePatterns": {
464
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
465
+ "oneOf": [
466
+ {
467
+ "type": "array",
468
+ "items": {
469
+ "type": "string"
470
+ }
471
+ },
472
+ {
473
+ "type": "string"
474
+ }
475
+ ]
476
+ }
477
+ }
478
+ }
479
+ ]
480
+ }
291
481
  },
292
482
  "azureWorkItemId": {
293
483
  "description": "The id of an existing work item on Azure Boards to link to each PR.",
@@ -313,7 +503,45 @@
313
503
  "/(^|/)batect(-bundle)?\\.ya?ml$/"
314
504
  ]
315
505
  },
316
- "$ref": "#"
506
+ "$ref": "#",
507
+ "items": {
508
+ "allOf": [
509
+ {
510
+ "type": "object",
511
+ "properties": {
512
+ "description": {
513
+ "oneOf": [
514
+ {
515
+ "type": "array",
516
+ "items": {
517
+ "type": "string",
518
+ "description": "A custom description for this configuration object"
519
+ }
520
+ },
521
+ {
522
+ "type": "string",
523
+ "description": "A custom description for this configuration object"
524
+ }
525
+ ]
526
+ },
527
+ "managerFilePatterns": {
528
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
529
+ "oneOf": [
530
+ {
531
+ "type": "array",
532
+ "items": {
533
+ "type": "string"
534
+ }
535
+ },
536
+ {
537
+ "type": "string"
538
+ }
539
+ ]
540
+ }
541
+ }
542
+ }
543
+ ]
544
+ }
317
545
  },
318
546
  "batect-wrapper": {
319
547
  "description": "Configuration object for the batect-wrapper manager",
@@ -324,41 +552,193 @@
324
552
  ],
325
553
  "versioning": "semver"
326
554
  },
327
- "$ref": "#"
328
- },
329
- "bazel": {
330
- "description": "Configuration object for the bazel manager",
331
- "type": "object",
332
- "default": {
333
- "managerFilePatterns": [
334
- "/(^|/)WORKSPACE(|\\.bazel|\\.bzlmod)$/",
335
- "/\\.WORKSPACE\\.bazel$/",
336
- "/\\.bzl$/"
337
- ]
338
- },
339
- "$ref": "#"
340
- },
341
- "bazel-module": {
342
- "description": "Configuration object for the bazel-module manager",
343
- "type": "object",
344
- "default": {
345
- "managerFilePatterns": [
346
- "/(^|/|\\.)MODULE\\.bazel$/"
347
- ]
348
- },
349
- "$ref": "#"
350
- },
351
- "bazelisk": {
352
- "description": "Configuration object for the bazelisk manager",
353
- "type": "object",
354
- "default": {
555
+ "$ref": "#",
556
+ "items": {
557
+ "allOf": [
558
+ {
559
+ "type": "object",
560
+ "properties": {
561
+ "description": {
562
+ "oneOf": [
563
+ {
564
+ "type": "array",
565
+ "items": {
566
+ "type": "string",
567
+ "description": "A custom description for this configuration object"
568
+ }
569
+ },
570
+ {
571
+ "type": "string",
572
+ "description": "A custom description for this configuration object"
573
+ }
574
+ ]
575
+ },
576
+ "managerFilePatterns": {
577
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
578
+ "oneOf": [
579
+ {
580
+ "type": "array",
581
+ "items": {
582
+ "type": "string"
583
+ }
584
+ },
585
+ {
586
+ "type": "string"
587
+ }
588
+ ]
589
+ }
590
+ }
591
+ }
592
+ ]
593
+ }
594
+ },
595
+ "bazel": {
596
+ "description": "Configuration object for the bazel manager",
597
+ "type": "object",
598
+ "default": {
599
+ "managerFilePatterns": [
600
+ "/(^|/)WORKSPACE(|\\.bazel|\\.bzlmod)$/",
601
+ "/\\.WORKSPACE\\.bazel$/",
602
+ "/\\.bzl$/"
603
+ ]
604
+ },
605
+ "$ref": "#",
606
+ "items": {
607
+ "allOf": [
608
+ {
609
+ "type": "object",
610
+ "properties": {
611
+ "description": {
612
+ "oneOf": [
613
+ {
614
+ "type": "array",
615
+ "items": {
616
+ "type": "string",
617
+ "description": "A custom description for this configuration object"
618
+ }
619
+ },
620
+ {
621
+ "type": "string",
622
+ "description": "A custom description for this configuration object"
623
+ }
624
+ ]
625
+ },
626
+ "managerFilePatterns": {
627
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
628
+ "oneOf": [
629
+ {
630
+ "type": "array",
631
+ "items": {
632
+ "type": "string"
633
+ }
634
+ },
635
+ {
636
+ "type": "string"
637
+ }
638
+ ]
639
+ }
640
+ }
641
+ }
642
+ ]
643
+ }
644
+ },
645
+ "bazel-module": {
646
+ "description": "Configuration object for the bazel-module manager",
647
+ "type": "object",
648
+ "default": {
649
+ "managerFilePatterns": [
650
+ "/(^|/|\\.)MODULE\\.bazel$/"
651
+ ]
652
+ },
653
+ "$ref": "#",
654
+ "items": {
655
+ "allOf": [
656
+ {
657
+ "type": "object",
658
+ "properties": {
659
+ "description": {
660
+ "oneOf": [
661
+ {
662
+ "type": "array",
663
+ "items": {
664
+ "type": "string",
665
+ "description": "A custom description for this configuration object"
666
+ }
667
+ },
668
+ {
669
+ "type": "string",
670
+ "description": "A custom description for this configuration object"
671
+ }
672
+ ]
673
+ },
674
+ "managerFilePatterns": {
675
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
676
+ "oneOf": [
677
+ {
678
+ "type": "array",
679
+ "items": {
680
+ "type": "string"
681
+ }
682
+ },
683
+ {
684
+ "type": "string"
685
+ }
686
+ ]
687
+ }
688
+ }
689
+ }
690
+ ]
691
+ }
692
+ },
693
+ "bazelisk": {
694
+ "description": "Configuration object for the bazelisk manager",
695
+ "type": "object",
696
+ "default": {
355
697
  "managerFilePatterns": [
356
698
  "/(^|/)\\.bazelversion$/"
357
699
  ],
358
700
  "pinDigests": false,
359
701
  "versioning": "semver"
360
702
  },
361
- "$ref": "#"
703
+ "$ref": "#",
704
+ "items": {
705
+ "allOf": [
706
+ {
707
+ "type": "object",
708
+ "properties": {
709
+ "description": {
710
+ "oneOf": [
711
+ {
712
+ "type": "array",
713
+ "items": {
714
+ "type": "string",
715
+ "description": "A custom description for this configuration object"
716
+ }
717
+ },
718
+ {
719
+ "type": "string",
720
+ "description": "A custom description for this configuration object"
721
+ }
722
+ ]
723
+ },
724
+ "managerFilePatterns": {
725
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
726
+ "oneOf": [
727
+ {
728
+ "type": "array",
729
+ "items": {
730
+ "type": "string"
731
+ }
732
+ },
733
+ {
734
+ "type": "string"
735
+ }
736
+ ]
737
+ }
738
+ }
739
+ }
740
+ ]
741
+ }
362
742
  },
363
743
  "bbAutoResolvePrTasks": {
364
744
  "description": "The PR tasks will be automatically completed after the PR is raised.",
@@ -383,7 +763,45 @@
383
763
  "/\\.bicep$/"
384
764
  ]
385
765
  },
386
- "$ref": "#"
766
+ "$ref": "#",
767
+ "items": {
768
+ "allOf": [
769
+ {
770
+ "type": "object",
771
+ "properties": {
772
+ "description": {
773
+ "oneOf": [
774
+ {
775
+ "type": "array",
776
+ "items": {
777
+ "type": "string",
778
+ "description": "A custom description for this configuration object"
779
+ }
780
+ },
781
+ {
782
+ "type": "string",
783
+ "description": "A custom description for this configuration object"
784
+ }
785
+ ]
786
+ },
787
+ "managerFilePatterns": {
788
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
789
+ "oneOf": [
790
+ {
791
+ "type": "array",
792
+ "items": {
793
+ "type": "string"
794
+ }
795
+ },
796
+ {
797
+ "type": "string"
798
+ }
799
+ ]
800
+ }
801
+ }
802
+ }
803
+ ]
804
+ }
387
805
  },
388
806
  "binarySource": {
389
807
  "description": "Controls how third-party tools like npm or Gradle are called: directly, via Docker sidecar containers, or via dynamic install.",
@@ -404,7 +822,45 @@
404
822
  "/(^|/)\\.?bitbucket-pipelines\\.ya?ml$/"
405
823
  ]
406
824
  },
407
- "$ref": "#"
825
+ "$ref": "#",
826
+ "items": {
827
+ "allOf": [
828
+ {
829
+ "type": "object",
830
+ "properties": {
831
+ "description": {
832
+ "oneOf": [
833
+ {
834
+ "type": "array",
835
+ "items": {
836
+ "type": "string",
837
+ "description": "A custom description for this configuration object"
838
+ }
839
+ },
840
+ {
841
+ "type": "string",
842
+ "description": "A custom description for this configuration object"
843
+ }
844
+ ]
845
+ },
846
+ "managerFilePatterns": {
847
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
848
+ "oneOf": [
849
+ {
850
+ "type": "array",
851
+ "items": {
852
+ "type": "string"
853
+ }
854
+ },
855
+ {
856
+ "type": "string"
857
+ }
858
+ ]
859
+ }
860
+ }
861
+ }
862
+ ]
863
+ }
408
864
  },
409
865
  "bitrise": {
410
866
  "description": "Configuration object for the bitrise manager",
@@ -414,7 +870,45 @@
414
870
  "/(^|/)bitrise\\.ya?ml$/"
415
871
  ]
416
872
  },
417
- "$ref": "#"
873
+ "$ref": "#",
874
+ "items": {
875
+ "allOf": [
876
+ {
877
+ "type": "object",
878
+ "properties": {
879
+ "description": {
880
+ "oneOf": [
881
+ {
882
+ "type": "array",
883
+ "items": {
884
+ "type": "string",
885
+ "description": "A custom description for this configuration object"
886
+ }
887
+ },
888
+ {
889
+ "type": "string",
890
+ "description": "A custom description for this configuration object"
891
+ }
892
+ ]
893
+ },
894
+ "managerFilePatterns": {
895
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
896
+ "oneOf": [
897
+ {
898
+ "type": "array",
899
+ "items": {
900
+ "type": "string"
901
+ }
902
+ },
903
+ {
904
+ "type": "string"
905
+ }
906
+ ]
907
+ }
908
+ }
909
+ }
910
+ ]
911
+ }
418
912
  },
419
913
  "branchConcurrentLimit": {
420
914
  "description": "Limit to a maximum of x concurrent branches. 0 means no limit, `null` (default) inherits value from `prConcurrentLimit`.",
@@ -460,7 +954,45 @@
460
954
  "commitMessageTopic": "buildkite plugin {{depName}}",
461
955
  "commitMessageExtra": "to {{#if isMajor}}{{{prettyNewMajor}}}{{else}}{{{newValue}}}{{/if}}"
462
956
  },
463
- "$ref": "#"
957
+ "$ref": "#",
958
+ "items": {
959
+ "allOf": [
960
+ {
961
+ "type": "object",
962
+ "properties": {
963
+ "description": {
964
+ "oneOf": [
965
+ {
966
+ "type": "array",
967
+ "items": {
968
+ "type": "string",
969
+ "description": "A custom description for this configuration object"
970
+ }
971
+ },
972
+ {
973
+ "type": "string",
974
+ "description": "A custom description for this configuration object"
975
+ }
976
+ ]
977
+ },
978
+ "managerFilePatterns": {
979
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
980
+ "oneOf": [
981
+ {
982
+ "type": "array",
983
+ "items": {
984
+ "type": "string"
985
+ }
986
+ },
987
+ {
988
+ "type": "string"
989
+ }
990
+ ]
991
+ }
992
+ }
993
+ }
994
+ ]
995
+ }
464
996
  },
465
997
  "buildpacks": {
466
998
  "description": "Configuration object for the buildpacks manager",
@@ -472,7 +1004,45 @@
472
1004
  ],
473
1005
  "pinDigests": false
474
1006
  },
475
- "$ref": "#"
1007
+ "$ref": "#",
1008
+ "items": {
1009
+ "allOf": [
1010
+ {
1011
+ "type": "object",
1012
+ "properties": {
1013
+ "description": {
1014
+ "oneOf": [
1015
+ {
1016
+ "type": "array",
1017
+ "items": {
1018
+ "type": "string",
1019
+ "description": "A custom description for this configuration object"
1020
+ }
1021
+ },
1022
+ {
1023
+ "type": "string",
1024
+ "description": "A custom description for this configuration object"
1025
+ }
1026
+ ]
1027
+ },
1028
+ "managerFilePatterns": {
1029
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1030
+ "oneOf": [
1031
+ {
1032
+ "type": "array",
1033
+ "items": {
1034
+ "type": "string"
1035
+ }
1036
+ },
1037
+ {
1038
+ "type": "string"
1039
+ }
1040
+ ]
1041
+ }
1042
+ }
1043
+ }
1044
+ ]
1045
+ }
476
1046
  },
477
1047
  "bumpVersion": {
478
1048
  "description": "Bump the version in the package file being updated.",
@@ -552,7 +1122,45 @@
552
1122
  "Change": "[{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
553
1123
  }
554
1124
  },
555
- "$ref": "#"
1125
+ "$ref": "#",
1126
+ "items": {
1127
+ "allOf": [
1128
+ {
1129
+ "type": "object",
1130
+ "properties": {
1131
+ "description": {
1132
+ "oneOf": [
1133
+ {
1134
+ "type": "array",
1135
+ "items": {
1136
+ "type": "string",
1137
+ "description": "A custom description for this configuration object"
1138
+ }
1139
+ },
1140
+ {
1141
+ "type": "string",
1142
+ "description": "A custom description for this configuration object"
1143
+ }
1144
+ ]
1145
+ },
1146
+ "managerFilePatterns": {
1147
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1148
+ "oneOf": [
1149
+ {
1150
+ "type": "array",
1151
+ "items": {
1152
+ "type": "string"
1153
+ }
1154
+ },
1155
+ {
1156
+ "type": "string"
1157
+ }
1158
+ ]
1159
+ }
1160
+ }
1161
+ }
1162
+ ]
1163
+ }
556
1164
  },
557
1165
  "bun-version": {
558
1166
  "description": "Configuration object for the bun-version manager",
@@ -563,7 +1171,45 @@
563
1171
  ],
564
1172
  "versioning": "npm"
565
1173
  },
566
- "$ref": "#"
1174
+ "$ref": "#",
1175
+ "items": {
1176
+ "allOf": [
1177
+ {
1178
+ "type": "object",
1179
+ "properties": {
1180
+ "description": {
1181
+ "oneOf": [
1182
+ {
1183
+ "type": "array",
1184
+ "items": {
1185
+ "type": "string",
1186
+ "description": "A custom description for this configuration object"
1187
+ }
1188
+ },
1189
+ {
1190
+ "type": "string",
1191
+ "description": "A custom description for this configuration object"
1192
+ }
1193
+ ]
1194
+ },
1195
+ "managerFilePatterns": {
1196
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1197
+ "oneOf": [
1198
+ {
1199
+ "type": "array",
1200
+ "items": {
1201
+ "type": "string"
1202
+ }
1203
+ },
1204
+ {
1205
+ "type": "string"
1206
+ }
1207
+ ]
1208
+ }
1209
+ }
1210
+ }
1211
+ ]
1212
+ }
567
1213
  },
568
1214
  "bundler": {
569
1215
  "description": "Configuration object for the bundler manager",
@@ -574,7 +1220,45 @@
574
1220
  ],
575
1221
  "versioning": "ruby"
576
1222
  },
577
- "$ref": "#"
1223
+ "$ref": "#",
1224
+ "items": {
1225
+ "allOf": [
1226
+ {
1227
+ "type": "object",
1228
+ "properties": {
1229
+ "description": {
1230
+ "oneOf": [
1231
+ {
1232
+ "type": "array",
1233
+ "items": {
1234
+ "type": "string",
1235
+ "description": "A custom description for this configuration object"
1236
+ }
1237
+ },
1238
+ {
1239
+ "type": "string",
1240
+ "description": "A custom description for this configuration object"
1241
+ }
1242
+ ]
1243
+ },
1244
+ "managerFilePatterns": {
1245
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1246
+ "oneOf": [
1247
+ {
1248
+ "type": "array",
1249
+ "items": {
1250
+ "type": "string"
1251
+ }
1252
+ },
1253
+ {
1254
+ "type": "string"
1255
+ }
1256
+ ]
1257
+ }
1258
+ }
1259
+ }
1260
+ ]
1261
+ }
578
1262
  },
579
1263
  "cacheDir": {
580
1264
  "description": "The directory where Renovate stores its cache. If left empty, Renovate creates a subdirectory within the `baseDir`.",
@@ -603,8 +1287,46 @@
603
1287
  "managerFilePatterns": [
604
1288
  "/\\.cake$/"
605
1289
  ]
606
- },
607
- "$ref": "#"
1290
+ },
1291
+ "$ref": "#",
1292
+ "items": {
1293
+ "allOf": [
1294
+ {
1295
+ "type": "object",
1296
+ "properties": {
1297
+ "description": {
1298
+ "oneOf": [
1299
+ {
1300
+ "type": "array",
1301
+ "items": {
1302
+ "type": "string",
1303
+ "description": "A custom description for this configuration object"
1304
+ }
1305
+ },
1306
+ {
1307
+ "type": "string",
1308
+ "description": "A custom description for this configuration object"
1309
+ }
1310
+ ]
1311
+ },
1312
+ "managerFilePatterns": {
1313
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1314
+ "oneOf": [
1315
+ {
1316
+ "type": "array",
1317
+ "items": {
1318
+ "type": "string"
1319
+ }
1320
+ },
1321
+ {
1322
+ "type": "string"
1323
+ }
1324
+ ]
1325
+ }
1326
+ }
1327
+ }
1328
+ ]
1329
+ }
608
1330
  },
609
1331
  "cargo": {
610
1332
  "description": "Configuration object for the cargo manager",
@@ -616,7 +1338,45 @@
616
1338
  ],
617
1339
  "versioning": "cargo"
618
1340
  },
619
- "$ref": "#"
1341
+ "$ref": "#",
1342
+ "items": {
1343
+ "allOf": [
1344
+ {
1345
+ "type": "object",
1346
+ "properties": {
1347
+ "description": {
1348
+ "oneOf": [
1349
+ {
1350
+ "type": "array",
1351
+ "items": {
1352
+ "type": "string",
1353
+ "description": "A custom description for this configuration object"
1354
+ }
1355
+ },
1356
+ {
1357
+ "type": "string",
1358
+ "description": "A custom description for this configuration object"
1359
+ }
1360
+ ]
1361
+ },
1362
+ "managerFilePatterns": {
1363
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1364
+ "oneOf": [
1365
+ {
1366
+ "type": "array",
1367
+ "items": {
1368
+ "type": "string"
1369
+ }
1370
+ },
1371
+ {
1372
+ "type": "string"
1373
+ }
1374
+ ]
1375
+ }
1376
+ }
1377
+ }
1378
+ ]
1379
+ }
620
1380
  },
621
1381
  "cdnurl": {
622
1382
  "description": "Configuration object for the cdnurl manager",
@@ -625,7 +1385,45 @@
625
1385
  "managerFilePatterns": [],
626
1386
  "versioning": "semver"
627
1387
  },
628
- "$ref": "#"
1388
+ "$ref": "#",
1389
+ "items": {
1390
+ "allOf": [
1391
+ {
1392
+ "type": "object",
1393
+ "properties": {
1394
+ "description": {
1395
+ "oneOf": [
1396
+ {
1397
+ "type": "array",
1398
+ "items": {
1399
+ "type": "string",
1400
+ "description": "A custom description for this configuration object"
1401
+ }
1402
+ },
1403
+ {
1404
+ "type": "string",
1405
+ "description": "A custom description for this configuration object"
1406
+ }
1407
+ ]
1408
+ },
1409
+ "managerFilePatterns": {
1410
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1411
+ "oneOf": [
1412
+ {
1413
+ "type": "array",
1414
+ "items": {
1415
+ "type": "string"
1416
+ }
1417
+ },
1418
+ {
1419
+ "type": "string"
1420
+ }
1421
+ ]
1422
+ }
1423
+ }
1424
+ }
1425
+ ]
1426
+ }
629
1427
  },
630
1428
  "checkedBranches": {
631
1429
  "description": "A list of branch names to mark for creation or rebasing as if it was selected in the Dependency Dashboard issue.",
@@ -643,7 +1441,45 @@
643
1441
  "/(^|/)\\.circleci/.+\\.ya?ml$/"
644
1442
  ]
645
1443
  },
646
- "$ref": "#"
1444
+ "$ref": "#",
1445
+ "items": {
1446
+ "allOf": [
1447
+ {
1448
+ "type": "object",
1449
+ "properties": {
1450
+ "description": {
1451
+ "oneOf": [
1452
+ {
1453
+ "type": "array",
1454
+ "items": {
1455
+ "type": "string",
1456
+ "description": "A custom description for this configuration object"
1457
+ }
1458
+ },
1459
+ {
1460
+ "type": "string",
1461
+ "description": "A custom description for this configuration object"
1462
+ }
1463
+ ]
1464
+ },
1465
+ "managerFilePatterns": {
1466
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1467
+ "oneOf": [
1468
+ {
1469
+ "type": "array",
1470
+ "items": {
1471
+ "type": "string"
1472
+ }
1473
+ },
1474
+ {
1475
+ "type": "string"
1476
+ }
1477
+ ]
1478
+ }
1479
+ }
1480
+ }
1481
+ ]
1482
+ }
647
1483
  },
648
1484
  "cloneSubmodules": {
649
1485
  "description": "Set to `true` to initialize submodules during repository clone.",
@@ -668,7 +1504,45 @@
668
1504
  "/(^|/)cloudbuild\\.ya?ml/"
669
1505
  ]
670
1506
  },
671
- "$ref": "#"
1507
+ "$ref": "#",
1508
+ "items": {
1509
+ "allOf": [
1510
+ {
1511
+ "type": "object",
1512
+ "properties": {
1513
+ "description": {
1514
+ "oneOf": [
1515
+ {
1516
+ "type": "array",
1517
+ "items": {
1518
+ "type": "string",
1519
+ "description": "A custom description for this configuration object"
1520
+ }
1521
+ },
1522
+ {
1523
+ "type": "string",
1524
+ "description": "A custom description for this configuration object"
1525
+ }
1526
+ ]
1527
+ },
1528
+ "managerFilePatterns": {
1529
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1530
+ "oneOf": [
1531
+ {
1532
+ "type": "array",
1533
+ "items": {
1534
+ "type": "string"
1535
+ }
1536
+ },
1537
+ {
1538
+ "type": "string"
1539
+ }
1540
+ ]
1541
+ }
1542
+ }
1543
+ }
1544
+ ]
1545
+ }
672
1546
  },
673
1547
  "cocoapods": {
674
1548
  "description": "Configuration object for the cocoapods manager",
@@ -679,7 +1553,45 @@
679
1553
  ],
680
1554
  "versioning": "ruby"
681
1555
  },
682
- "$ref": "#"
1556
+ "$ref": "#",
1557
+ "items": {
1558
+ "allOf": [
1559
+ {
1560
+ "type": "object",
1561
+ "properties": {
1562
+ "description": {
1563
+ "oneOf": [
1564
+ {
1565
+ "type": "array",
1566
+ "items": {
1567
+ "type": "string",
1568
+ "description": "A custom description for this configuration object"
1569
+ }
1570
+ },
1571
+ {
1572
+ "type": "string",
1573
+ "description": "A custom description for this configuration object"
1574
+ }
1575
+ ]
1576
+ },
1577
+ "managerFilePatterns": {
1578
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1579
+ "oneOf": [
1580
+ {
1581
+ "type": "array",
1582
+ "items": {
1583
+ "type": "string"
1584
+ }
1585
+ },
1586
+ {
1587
+ "type": "string"
1588
+ }
1589
+ ]
1590
+ }
1591
+ }
1592
+ }
1593
+ ]
1594
+ }
683
1595
  },
684
1596
  "commitBody": {
685
1597
  "description": "Commit message body template. Will be appended to commit message, separated by two line returns.",
@@ -736,7 +1648,45 @@
736
1648
  ],
737
1649
  "versioning": "composer"
738
1650
  },
739
- "$ref": "#"
1651
+ "$ref": "#",
1652
+ "items": {
1653
+ "allOf": [
1654
+ {
1655
+ "type": "object",
1656
+ "properties": {
1657
+ "description": {
1658
+ "oneOf": [
1659
+ {
1660
+ "type": "array",
1661
+ "items": {
1662
+ "type": "string",
1663
+ "description": "A custom description for this configuration object"
1664
+ }
1665
+ },
1666
+ {
1667
+ "type": "string",
1668
+ "description": "A custom description for this configuration object"
1669
+ }
1670
+ ]
1671
+ },
1672
+ "managerFilePatterns": {
1673
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1674
+ "oneOf": [
1675
+ {
1676
+ "type": "array",
1677
+ "items": {
1678
+ "type": "string"
1679
+ }
1680
+ },
1681
+ {
1682
+ "type": "string"
1683
+ }
1684
+ ]
1685
+ }
1686
+ }
1687
+ }
1688
+ ]
1689
+ }
740
1690
  },
741
1691
  "composerIgnorePlatformReqs": {
742
1692
  "description": "Configure use of `--ignore-platform-reqs` or `--ignore-platform-req` for the Composer package manager.",
@@ -757,7 +1707,45 @@
757
1707
  "versioning": "conan",
758
1708
  "enabled": false
759
1709
  },
760
- "$ref": "#"
1710
+ "$ref": "#",
1711
+ "items": {
1712
+ "allOf": [
1713
+ {
1714
+ "type": "object",
1715
+ "properties": {
1716
+ "description": {
1717
+ "oneOf": [
1718
+ {
1719
+ "type": "array",
1720
+ "items": {
1721
+ "type": "string",
1722
+ "description": "A custom description for this configuration object"
1723
+ }
1724
+ },
1725
+ {
1726
+ "type": "string",
1727
+ "description": "A custom description for this configuration object"
1728
+ }
1729
+ ]
1730
+ },
1731
+ "managerFilePatterns": {
1732
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1733
+ "oneOf": [
1734
+ {
1735
+ "type": "array",
1736
+ "items": {
1737
+ "type": "string"
1738
+ }
1739
+ },
1740
+ {
1741
+ "type": "string"
1742
+ }
1743
+ ]
1744
+ }
1745
+ }
1746
+ }
1747
+ ]
1748
+ }
761
1749
  },
762
1750
  "confidential": {
763
1751
  "description": "If enabled, issues created by Renovate are set as confidential.",
@@ -804,7 +1792,45 @@
804
1792
  ],
805
1793
  "versioning": "pep440"
806
1794
  },
807
- "$ref": "#"
1795
+ "$ref": "#",
1796
+ "items": {
1797
+ "allOf": [
1798
+ {
1799
+ "type": "object",
1800
+ "properties": {
1801
+ "description": {
1802
+ "oneOf": [
1803
+ {
1804
+ "type": "array",
1805
+ "items": {
1806
+ "type": "string",
1807
+ "description": "A custom description for this configuration object"
1808
+ }
1809
+ },
1810
+ {
1811
+ "type": "string",
1812
+ "description": "A custom description for this configuration object"
1813
+ }
1814
+ ]
1815
+ },
1816
+ "managerFilePatterns": {
1817
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1818
+ "oneOf": [
1819
+ {
1820
+ "type": "array",
1821
+ "items": {
1822
+ "type": "string"
1823
+ }
1824
+ },
1825
+ {
1826
+ "type": "string"
1827
+ }
1828
+ ]
1829
+ }
1830
+ }
1831
+ }
1832
+ ]
1833
+ }
808
1834
  },
809
1835
  "cpanfile": {
810
1836
  "description": "Configuration object for the cpanfile manager",
@@ -814,7 +1840,45 @@
814
1840
  "/(^|/)cpanfile$/"
815
1841
  ]
816
1842
  },
817
- "$ref": "#"
1843
+ "$ref": "#",
1844
+ "items": {
1845
+ "allOf": [
1846
+ {
1847
+ "type": "object",
1848
+ "properties": {
1849
+ "description": {
1850
+ "oneOf": [
1851
+ {
1852
+ "type": "array",
1853
+ "items": {
1854
+ "type": "string",
1855
+ "description": "A custom description for this configuration object"
1856
+ }
1857
+ },
1858
+ {
1859
+ "type": "string",
1860
+ "description": "A custom description for this configuration object"
1861
+ }
1862
+ ]
1863
+ },
1864
+ "managerFilePatterns": {
1865
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1866
+ "oneOf": [
1867
+ {
1868
+ "type": "array",
1869
+ "items": {
1870
+ "type": "string"
1871
+ }
1872
+ },
1873
+ {
1874
+ "type": "string"
1875
+ }
1876
+ ]
1877
+ }
1878
+ }
1879
+ }
1880
+ ]
1881
+ }
818
1882
  },
819
1883
  "crossplane": {
820
1884
  "description": "Configuration object for the crossplane manager",
@@ -822,7 +1886,45 @@
822
1886
  "default": {
823
1887
  "managerFilePatterns": []
824
1888
  },
825
- "$ref": "#"
1889
+ "$ref": "#",
1890
+ "items": {
1891
+ "allOf": [
1892
+ {
1893
+ "type": "object",
1894
+ "properties": {
1895
+ "description": {
1896
+ "oneOf": [
1897
+ {
1898
+ "type": "array",
1899
+ "items": {
1900
+ "type": "string",
1901
+ "description": "A custom description for this configuration object"
1902
+ }
1903
+ },
1904
+ {
1905
+ "type": "string",
1906
+ "description": "A custom description for this configuration object"
1907
+ }
1908
+ ]
1909
+ },
1910
+ "managerFilePatterns": {
1911
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
1912
+ "oneOf": [
1913
+ {
1914
+ "type": "array",
1915
+ "items": {
1916
+ "type": "string"
1917
+ }
1918
+ },
1919
+ {
1920
+ "type": "string"
1921
+ }
1922
+ ]
1923
+ }
1924
+ }
1925
+ }
1926
+ ]
1927
+ }
826
1928
  },
827
1929
  "customDatasources": {
828
1930
  "description": "Defines custom datasources for usage by managers.",
@@ -946,6 +2048,20 @@
946
2048
  "yaml"
947
2049
  ]
948
2050
  },
2051
+ "managerFilePatterns": {
2052
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2053
+ "oneOf": [
2054
+ {
2055
+ "type": "array",
2056
+ "items": {
2057
+ "type": "string"
2058
+ }
2059
+ },
2060
+ {
2061
+ "type": "string"
2062
+ }
2063
+ ]
2064
+ },
949
2065
  "matchStrings": {
950
2066
  "description": "Queries to use. Valid only within `bumpVersions` or `customManagers` object.",
951
2067
  "type": "array",
@@ -1069,7 +2185,45 @@
1069
2185
  ],
1070
2186
  "versioning": "maven"
1071
2187
  },
1072
- "$ref": "#"
2188
+ "$ref": "#",
2189
+ "items": {
2190
+ "allOf": [
2191
+ {
2192
+ "type": "object",
2193
+ "properties": {
2194
+ "description": {
2195
+ "oneOf": [
2196
+ {
2197
+ "type": "array",
2198
+ "items": {
2199
+ "type": "string",
2200
+ "description": "A custom description for this configuration object"
2201
+ }
2202
+ },
2203
+ {
2204
+ "type": "string",
2205
+ "description": "A custom description for this configuration object"
2206
+ }
2207
+ ]
2208
+ },
2209
+ "managerFilePatterns": {
2210
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2211
+ "oneOf": [
2212
+ {
2213
+ "type": "array",
2214
+ "items": {
2215
+ "type": "string"
2216
+ }
2217
+ },
2218
+ {
2219
+ "type": "string"
2220
+ }
2221
+ ]
2222
+ }
2223
+ }
2224
+ }
2225
+ ]
2226
+ }
1073
2227
  },
1074
2228
  "description": {
1075
2229
  "description": "Plain text description for a config or preset.",
@@ -1103,7 +2257,45 @@
1103
2257
  "/(^|/)devbox\\.json$/"
1104
2258
  ]
1105
2259
  },
1106
- "$ref": "#"
2260
+ "$ref": "#",
2261
+ "items": {
2262
+ "allOf": [
2263
+ {
2264
+ "type": "object",
2265
+ "properties": {
2266
+ "description": {
2267
+ "oneOf": [
2268
+ {
2269
+ "type": "array",
2270
+ "items": {
2271
+ "type": "string",
2272
+ "description": "A custom description for this configuration object"
2273
+ }
2274
+ },
2275
+ {
2276
+ "type": "string",
2277
+ "description": "A custom description for this configuration object"
2278
+ }
2279
+ ]
2280
+ },
2281
+ "managerFilePatterns": {
2282
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2283
+ "oneOf": [
2284
+ {
2285
+ "type": "array",
2286
+ "items": {
2287
+ "type": "string"
2288
+ }
2289
+ },
2290
+ {
2291
+ "type": "string"
2292
+ }
2293
+ ]
2294
+ }
2295
+ }
2296
+ }
2297
+ ]
2298
+ }
1107
2299
  },
1108
2300
  "devcontainer": {
1109
2301
  "description": "Configuration object for the devcontainer manager",
@@ -1113,8 +2305,46 @@
1113
2305
  "/^.devcontainer/devcontainer.json$/",
1114
2306
  "/^.devcontainer.json$/"
1115
2307
  ]
1116
- },
1117
- "$ref": "#"
2308
+ },
2309
+ "$ref": "#",
2310
+ "items": {
2311
+ "allOf": [
2312
+ {
2313
+ "type": "object",
2314
+ "properties": {
2315
+ "description": {
2316
+ "oneOf": [
2317
+ {
2318
+ "type": "array",
2319
+ "items": {
2320
+ "type": "string",
2321
+ "description": "A custom description for this configuration object"
2322
+ }
2323
+ },
2324
+ {
2325
+ "type": "string",
2326
+ "description": "A custom description for this configuration object"
2327
+ }
2328
+ ]
2329
+ },
2330
+ "managerFilePatterns": {
2331
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2332
+ "oneOf": [
2333
+ {
2334
+ "type": "array",
2335
+ "items": {
2336
+ "type": "string"
2337
+ }
2338
+ },
2339
+ {
2340
+ "type": "string"
2341
+ }
2342
+ ]
2343
+ }
2344
+ }
2345
+ }
2346
+ ]
2347
+ }
1118
2348
  },
1119
2349
  "digest": {
1120
2350
  "description": "Configuration to apply when updating a digest (no change in tag/version).",
@@ -1134,7 +2364,45 @@
1134
2364
  "/(^|/)(?:docker-)?compose[^/]*\\.ya?ml$/"
1135
2365
  ]
1136
2366
  },
1137
- "$ref": "#"
2367
+ "$ref": "#",
2368
+ "items": {
2369
+ "allOf": [
2370
+ {
2371
+ "type": "object",
2372
+ "properties": {
2373
+ "description": {
2374
+ "oneOf": [
2375
+ {
2376
+ "type": "array",
2377
+ "items": {
2378
+ "type": "string",
2379
+ "description": "A custom description for this configuration object"
2380
+ }
2381
+ },
2382
+ {
2383
+ "type": "string",
2384
+ "description": "A custom description for this configuration object"
2385
+ }
2386
+ ]
2387
+ },
2388
+ "managerFilePatterns": {
2389
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2390
+ "oneOf": [
2391
+ {
2392
+ "type": "array",
2393
+ "items": {
2394
+ "type": "string"
2395
+ }
2396
+ },
2397
+ {
2398
+ "type": "string"
2399
+ }
2400
+ ]
2401
+ }
2402
+ }
2403
+ }
2404
+ ]
2405
+ }
1138
2406
  },
1139
2407
  "dockerChildPrefix": {
1140
2408
  "description": "Change this value to add a prefix to the Renovate Docker sidecar container names and labels.",
@@ -1168,7 +2436,45 @@
1168
2436
  "/(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$/"
1169
2437
  ]
1170
2438
  },
1171
- "$ref": "#"
2439
+ "$ref": "#",
2440
+ "items": {
2441
+ "allOf": [
2442
+ {
2443
+ "type": "object",
2444
+ "properties": {
2445
+ "description": {
2446
+ "oneOf": [
2447
+ {
2448
+ "type": "array",
2449
+ "items": {
2450
+ "type": "string",
2451
+ "description": "A custom description for this configuration object"
2452
+ }
2453
+ },
2454
+ {
2455
+ "type": "string",
2456
+ "description": "A custom description for this configuration object"
2457
+ }
2458
+ ]
2459
+ },
2460
+ "managerFilePatterns": {
2461
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2462
+ "oneOf": [
2463
+ {
2464
+ "type": "array",
2465
+ "items": {
2466
+ "type": "string"
2467
+ }
2468
+ },
2469
+ {
2470
+ "type": "string"
2471
+ }
2472
+ ]
2473
+ }
2474
+ }
2475
+ }
2476
+ ]
2477
+ }
1172
2478
  },
1173
2479
  "draftPR": {
1174
2480
  "description": "If set to `true` then Renovate creates draft PRs, instead of normal status PRs.",
@@ -1183,7 +2489,45 @@
1183
2489
  "/(^|/)\\.drone\\.yml$/"
1184
2490
  ]
1185
2491
  },
1186
- "$ref": "#"
2492
+ "$ref": "#",
2493
+ "items": {
2494
+ "allOf": [
2495
+ {
2496
+ "type": "object",
2497
+ "properties": {
2498
+ "description": {
2499
+ "oneOf": [
2500
+ {
2501
+ "type": "array",
2502
+ "items": {
2503
+ "type": "string",
2504
+ "description": "A custom description for this configuration object"
2505
+ }
2506
+ },
2507
+ {
2508
+ "type": "string",
2509
+ "description": "A custom description for this configuration object"
2510
+ }
2511
+ ]
2512
+ },
2513
+ "managerFilePatterns": {
2514
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2515
+ "oneOf": [
2516
+ {
2517
+ "type": "array",
2518
+ "items": {
2519
+ "type": "string"
2520
+ }
2521
+ },
2522
+ {
2523
+ "type": "string"
2524
+ }
2525
+ ]
2526
+ }
2527
+ }
2528
+ }
2529
+ ]
2530
+ }
1187
2531
  },
1188
2532
  "dryRun": {
1189
2533
  "description": "If enabled, perform a dry run by logging messages instead of creating/updating/deleting branches and PRs.",
@@ -1302,7 +2646,45 @@
1302
2646
  "/(^|/)fleet\\.ya?ml/"
1303
2647
  ]
1304
2648
  },
1305
- "$ref": "#"
2649
+ "$ref": "#",
2650
+ "items": {
2651
+ "allOf": [
2652
+ {
2653
+ "type": "object",
2654
+ "properties": {
2655
+ "description": {
2656
+ "oneOf": [
2657
+ {
2658
+ "type": "array",
2659
+ "items": {
2660
+ "type": "string",
2661
+ "description": "A custom description for this configuration object"
2662
+ }
2663
+ },
2664
+ {
2665
+ "type": "string",
2666
+ "description": "A custom description for this configuration object"
2667
+ }
2668
+ ]
2669
+ },
2670
+ "managerFilePatterns": {
2671
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2672
+ "oneOf": [
2673
+ {
2674
+ "type": "array",
2675
+ "items": {
2676
+ "type": "string"
2677
+ }
2678
+ },
2679
+ {
2680
+ "type": "string"
2681
+ }
2682
+ ]
2683
+ }
2684
+ }
2685
+ }
2686
+ ]
2687
+ }
1306
2688
  },
1307
2689
  "flux": {
1308
2690
  "description": "Configuration object for the flux manager",
@@ -1312,7 +2694,45 @@
1312
2694
  "/(?:^|/)gotk-components\\.ya?ml$/"
1313
2695
  ]
1314
2696
  },
1315
- "$ref": "#"
2697
+ "$ref": "#",
2698
+ "items": {
2699
+ "allOf": [
2700
+ {
2701
+ "type": "object",
2702
+ "properties": {
2703
+ "description": {
2704
+ "oneOf": [
2705
+ {
2706
+ "type": "array",
2707
+ "items": {
2708
+ "type": "string",
2709
+ "description": "A custom description for this configuration object"
2710
+ }
2711
+ },
2712
+ {
2713
+ "type": "string",
2714
+ "description": "A custom description for this configuration object"
2715
+ }
2716
+ ]
2717
+ },
2718
+ "managerFilePatterns": {
2719
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2720
+ "oneOf": [
2721
+ {
2722
+ "type": "array",
2723
+ "items": {
2724
+ "type": "string"
2725
+ }
2726
+ },
2727
+ {
2728
+ "type": "string"
2729
+ }
2730
+ ]
2731
+ }
2732
+ }
2733
+ }
2734
+ ]
2735
+ }
1316
2736
  },
1317
2737
  "followTag": {
1318
2738
  "description": "If defined, packages will follow this release tag exactly.",
@@ -1366,7 +2786,45 @@
1366
2786
  ],
1367
2787
  "versioning": "semver"
1368
2788
  },
1369
- "$ref": "#"
2789
+ "$ref": "#",
2790
+ "items": {
2791
+ "allOf": [
2792
+ {
2793
+ "type": "object",
2794
+ "properties": {
2795
+ "description": {
2796
+ "oneOf": [
2797
+ {
2798
+ "type": "array",
2799
+ "items": {
2800
+ "type": "string",
2801
+ "description": "A custom description for this configuration object"
2802
+ }
2803
+ },
2804
+ {
2805
+ "type": "string",
2806
+ "description": "A custom description for this configuration object"
2807
+ }
2808
+ ]
2809
+ },
2810
+ "managerFilePatterns": {
2811
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2812
+ "oneOf": [
2813
+ {
2814
+ "type": "array",
2815
+ "items": {
2816
+ "type": "string"
2817
+ }
2818
+ },
2819
+ {
2820
+ "type": "string"
2821
+ }
2822
+ ]
2823
+ }
2824
+ }
2825
+ }
2826
+ ]
2827
+ }
1370
2828
  },
1371
2829
  "git-submodules": {
1372
2830
  "description": "Configuration object for the git-submodules manager",
@@ -1377,8 +2835,46 @@
1377
2835
  "managerFilePatterns": [
1378
2836
  "/(^|/)\\.gitmodules$/"
1379
2837
  ]
1380
- },
1381
- "$ref": "#"
2838
+ },
2839
+ "$ref": "#",
2840
+ "items": {
2841
+ "allOf": [
2842
+ {
2843
+ "type": "object",
2844
+ "properties": {
2845
+ "description": {
2846
+ "oneOf": [
2847
+ {
2848
+ "type": "array",
2849
+ "items": {
2850
+ "type": "string",
2851
+ "description": "A custom description for this configuration object"
2852
+ }
2853
+ },
2854
+ {
2855
+ "type": "string",
2856
+ "description": "A custom description for this configuration object"
2857
+ }
2858
+ ]
2859
+ },
2860
+ "managerFilePatterns": {
2861
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2862
+ "oneOf": [
2863
+ {
2864
+ "type": "array",
2865
+ "items": {
2866
+ "type": "string"
2867
+ }
2868
+ },
2869
+ {
2870
+ "type": "string"
2871
+ }
2872
+ ]
2873
+ }
2874
+ }
2875
+ }
2876
+ ]
2877
+ }
1382
2878
  },
1383
2879
  "gitAuthor": {
1384
2880
  "description": "Author to use for Git commits. Must conform to [RFC5322](https://datatracker.ietf.org/doc/html/rfc5322).",
@@ -1450,7 +2946,45 @@
1450
2946
  "/(^|/)action\\.ya?ml$/"
1451
2947
  ]
1452
2948
  },
1453
- "$ref": "#"
2949
+ "$ref": "#",
2950
+ "items": {
2951
+ "allOf": [
2952
+ {
2953
+ "type": "object",
2954
+ "properties": {
2955
+ "description": {
2956
+ "oneOf": [
2957
+ {
2958
+ "type": "array",
2959
+ "items": {
2960
+ "type": "string",
2961
+ "description": "A custom description for this configuration object"
2962
+ }
2963
+ },
2964
+ {
2965
+ "type": "string",
2966
+ "description": "A custom description for this configuration object"
2967
+ }
2968
+ ]
2969
+ },
2970
+ "managerFilePatterns": {
2971
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2972
+ "oneOf": [
2973
+ {
2974
+ "type": "array",
2975
+ "items": {
2976
+ "type": "string"
2977
+ }
2978
+ },
2979
+ {
2980
+ "type": "string"
2981
+ }
2982
+ ]
2983
+ }
2984
+ }
2985
+ }
2986
+ ]
2987
+ }
1454
2988
  },
1455
2989
  "githubTokenWarn": {
1456
2990
  "description": "Display warnings about GitHub token not being set.",
@@ -1465,7 +2999,45 @@
1465
2999
  "/\\.gitlab-ci\\.ya?ml$/"
1466
3000
  ]
1467
3001
  },
1468
- "$ref": "#"
3002
+ "$ref": "#",
3003
+ "items": {
3004
+ "allOf": [
3005
+ {
3006
+ "type": "object",
3007
+ "properties": {
3008
+ "description": {
3009
+ "oneOf": [
3010
+ {
3011
+ "type": "array",
3012
+ "items": {
3013
+ "type": "string",
3014
+ "description": "A custom description for this configuration object"
3015
+ }
3016
+ },
3017
+ {
3018
+ "type": "string",
3019
+ "description": "A custom description for this configuration object"
3020
+ }
3021
+ ]
3022
+ },
3023
+ "managerFilePatterns": {
3024
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3025
+ "oneOf": [
3026
+ {
3027
+ "type": "array",
3028
+ "items": {
3029
+ "type": "string"
3030
+ }
3031
+ },
3032
+ {
3033
+ "type": "string"
3034
+ }
3035
+ ]
3036
+ }
3037
+ }
3038
+ }
3039
+ ]
3040
+ }
1469
3041
  },
1470
3042
  "gitlabci-include": {
1471
3043
  "description": "Configuration object for the gitlabci-include manager",
@@ -1475,7 +3047,45 @@
1475
3047
  "/\\.gitlab-ci\\.ya?ml$/"
1476
3048
  ]
1477
3049
  },
1478
- "$ref": "#"
3050
+ "$ref": "#",
3051
+ "items": {
3052
+ "allOf": [
3053
+ {
3054
+ "type": "object",
3055
+ "properties": {
3056
+ "description": {
3057
+ "oneOf": [
3058
+ {
3059
+ "type": "array",
3060
+ "items": {
3061
+ "type": "string",
3062
+ "description": "A custom description for this configuration object"
3063
+ }
3064
+ },
3065
+ {
3066
+ "type": "string",
3067
+ "description": "A custom description for this configuration object"
3068
+ }
3069
+ ]
3070
+ },
3071
+ "managerFilePatterns": {
3072
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3073
+ "oneOf": [
3074
+ {
3075
+ "type": "array",
3076
+ "items": {
3077
+ "type": "string"
3078
+ }
3079
+ },
3080
+ {
3081
+ "type": "string"
3082
+ }
3083
+ ]
3084
+ }
3085
+ }
3086
+ }
3087
+ ]
3088
+ }
1479
3089
  },
1480
3090
  "glasskube": {
1481
3091
  "description": "Configuration object for the glasskube manager",
@@ -1483,7 +3093,45 @@
1483
3093
  "default": {
1484
3094
  "managerFilePatterns": []
1485
3095
  },
1486
- "$ref": "#"
3096
+ "$ref": "#",
3097
+ "items": {
3098
+ "allOf": [
3099
+ {
3100
+ "type": "object",
3101
+ "properties": {
3102
+ "description": {
3103
+ "oneOf": [
3104
+ {
3105
+ "type": "array",
3106
+ "items": {
3107
+ "type": "string",
3108
+ "description": "A custom description for this configuration object"
3109
+ }
3110
+ },
3111
+ {
3112
+ "type": "string",
3113
+ "description": "A custom description for this configuration object"
3114
+ }
3115
+ ]
3116
+ },
3117
+ "managerFilePatterns": {
3118
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3119
+ "oneOf": [
3120
+ {
3121
+ "type": "array",
3122
+ "items": {
3123
+ "type": "string"
3124
+ }
3125
+ },
3126
+ {
3127
+ "type": "string"
3128
+ }
3129
+ ]
3130
+ }
3131
+ }
3132
+ }
3133
+ ]
3134
+ }
1487
3135
  },
1488
3136
  "gleam": {
1489
3137
  "description": "Configuration object for the gleam manager",
@@ -1494,7 +3142,45 @@
1494
3142
  ],
1495
3143
  "versioning": "hex"
1496
3144
  },
1497
- "$ref": "#"
3145
+ "$ref": "#",
3146
+ "items": {
3147
+ "allOf": [
3148
+ {
3149
+ "type": "object",
3150
+ "properties": {
3151
+ "description": {
3152
+ "oneOf": [
3153
+ {
3154
+ "type": "array",
3155
+ "items": {
3156
+ "type": "string",
3157
+ "description": "A custom description for this configuration object"
3158
+ }
3159
+ },
3160
+ {
3161
+ "type": "string",
3162
+ "description": "A custom description for this configuration object"
3163
+ }
3164
+ ]
3165
+ },
3166
+ "managerFilePatterns": {
3167
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3168
+ "oneOf": [
3169
+ {
3170
+ "type": "array",
3171
+ "items": {
3172
+ "type": "string"
3173
+ }
3174
+ },
3175
+ {
3176
+ "type": "string"
3177
+ }
3178
+ ]
3179
+ }
3180
+ }
3181
+ }
3182
+ ]
3183
+ }
1498
3184
  },
1499
3185
  "globalExtends": {
1500
3186
  "description": "Configuration presets to use or extend for a self-hosted config.",
@@ -1522,7 +3208,45 @@
1522
3208
  ],
1523
3209
  "pinDigests": false
1524
3210
  },
1525
- "$ref": "#"
3211
+ "$ref": "#",
3212
+ "items": {
3213
+ "allOf": [
3214
+ {
3215
+ "type": "object",
3216
+ "properties": {
3217
+ "description": {
3218
+ "oneOf": [
3219
+ {
3220
+ "type": "array",
3221
+ "items": {
3222
+ "type": "string",
3223
+ "description": "A custom description for this configuration object"
3224
+ }
3225
+ },
3226
+ {
3227
+ "type": "string",
3228
+ "description": "A custom description for this configuration object"
3229
+ }
3230
+ ]
3231
+ },
3232
+ "managerFilePatterns": {
3233
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3234
+ "oneOf": [
3235
+ {
3236
+ "type": "array",
3237
+ "items": {
3238
+ "type": "string"
3239
+ }
3240
+ },
3241
+ {
3242
+ "type": "string"
3243
+ }
3244
+ ]
3245
+ }
3246
+ }
3247
+ }
3248
+ ]
3249
+ }
1526
3250
  },
1527
3251
  "gradle": {
1528
3252
  "description": "Configuration object for the gradle manager",
@@ -1540,7 +3264,45 @@
1540
3264
  "timeout": 600,
1541
3265
  "versioning": "gradle"
1542
3266
  },
1543
- "$ref": "#"
3267
+ "$ref": "#",
3268
+ "items": {
3269
+ "allOf": [
3270
+ {
3271
+ "type": "object",
3272
+ "properties": {
3273
+ "description": {
3274
+ "oneOf": [
3275
+ {
3276
+ "type": "array",
3277
+ "items": {
3278
+ "type": "string",
3279
+ "description": "A custom description for this configuration object"
3280
+ }
3281
+ },
3282
+ {
3283
+ "type": "string",
3284
+ "description": "A custom description for this configuration object"
3285
+ }
3286
+ ]
3287
+ },
3288
+ "managerFilePatterns": {
3289
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3290
+ "oneOf": [
3291
+ {
3292
+ "type": "array",
3293
+ "items": {
3294
+ "type": "string"
3295
+ }
3296
+ },
3297
+ {
3298
+ "type": "string"
3299
+ }
3300
+ ]
3301
+ }
3302
+ }
3303
+ }
3304
+ ]
3305
+ }
1544
3306
  },
1545
3307
  "gradle-wrapper": {
1546
3308
  "description": "Configuration object for the gradle-wrapper manager",
@@ -1551,7 +3313,45 @@
1551
3313
  ],
1552
3314
  "versioning": "gradle"
1553
3315
  },
1554
- "$ref": "#"
3316
+ "$ref": "#",
3317
+ "items": {
3318
+ "allOf": [
3319
+ {
3320
+ "type": "object",
3321
+ "properties": {
3322
+ "description": {
3323
+ "oneOf": [
3324
+ {
3325
+ "type": "array",
3326
+ "items": {
3327
+ "type": "string",
3328
+ "description": "A custom description for this configuration object"
3329
+ }
3330
+ },
3331
+ {
3332
+ "type": "string",
3333
+ "description": "A custom description for this configuration object"
3334
+ }
3335
+ ]
3336
+ },
3337
+ "managerFilePatterns": {
3338
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3339
+ "oneOf": [
3340
+ {
3341
+ "type": "array",
3342
+ "items": {
3343
+ "type": "string"
3344
+ }
3345
+ },
3346
+ {
3347
+ "type": "string"
3348
+ }
3349
+ ]
3350
+ }
3351
+ }
3352
+ }
3353
+ ]
3354
+ }
1555
3355
  },
1556
3356
  "group": {
1557
3357
  "description": "Config if `groupName` is enabled.",
@@ -1595,7 +3395,45 @@
1595
3395
  ],
1596
3396
  "pinDigests": false
1597
3397
  },
1598
- "$ref": "#"
3398
+ "$ref": "#",
3399
+ "items": {
3400
+ "allOf": [
3401
+ {
3402
+ "type": "object",
3403
+ "properties": {
3404
+ "description": {
3405
+ "oneOf": [
3406
+ {
3407
+ "type": "array",
3408
+ "items": {
3409
+ "type": "string",
3410
+ "description": "A custom description for this configuration object"
3411
+ }
3412
+ },
3413
+ {
3414
+ "type": "string",
3415
+ "description": "A custom description for this configuration object"
3416
+ }
3417
+ ]
3418
+ },
3419
+ "managerFilePatterns": {
3420
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3421
+ "oneOf": [
3422
+ {
3423
+ "type": "array",
3424
+ "items": {
3425
+ "type": "string"
3426
+ }
3427
+ },
3428
+ {
3429
+ "type": "string"
3430
+ }
3431
+ ]
3432
+ }
3433
+ }
3434
+ }
3435
+ ]
3436
+ }
1599
3437
  },
1600
3438
  "helm-requirements": {
1601
3439
  "description": "Configuration object for the helm-requirements manager",
@@ -1609,7 +3447,45 @@
1609
3447
  "/(^|/)requirements\\.ya?ml$/"
1610
3448
  ]
1611
3449
  },
1612
- "$ref": "#"
3450
+ "$ref": "#",
3451
+ "items": {
3452
+ "allOf": [
3453
+ {
3454
+ "type": "object",
3455
+ "properties": {
3456
+ "description": {
3457
+ "oneOf": [
3458
+ {
3459
+ "type": "array",
3460
+ "items": {
3461
+ "type": "string",
3462
+ "description": "A custom description for this configuration object"
3463
+ }
3464
+ },
3465
+ {
3466
+ "type": "string",
3467
+ "description": "A custom description for this configuration object"
3468
+ }
3469
+ ]
3470
+ },
3471
+ "managerFilePatterns": {
3472
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3473
+ "oneOf": [
3474
+ {
3475
+ "type": "array",
3476
+ "items": {
3477
+ "type": "string"
3478
+ }
3479
+ },
3480
+ {
3481
+ "type": "string"
3482
+ }
3483
+ ]
3484
+ }
3485
+ }
3486
+ }
3487
+ ]
3488
+ }
1613
3489
  },
1614
3490
  "helm-values": {
1615
3491
  "description": "Configuration object for the helm-values manager",
@@ -1621,7 +3497,45 @@
1621
3497
  ],
1622
3498
  "pinDigests": false
1623
3499
  },
1624
- "$ref": "#"
3500
+ "$ref": "#",
3501
+ "items": {
3502
+ "allOf": [
3503
+ {
3504
+ "type": "object",
3505
+ "properties": {
3506
+ "description": {
3507
+ "oneOf": [
3508
+ {
3509
+ "type": "array",
3510
+ "items": {
3511
+ "type": "string",
3512
+ "description": "A custom description for this configuration object"
3513
+ }
3514
+ },
3515
+ {
3516
+ "type": "string",
3517
+ "description": "A custom description for this configuration object"
3518
+ }
3519
+ ]
3520
+ },
3521
+ "managerFilePatterns": {
3522
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3523
+ "oneOf": [
3524
+ {
3525
+ "type": "array",
3526
+ "items": {
3527
+ "type": "string"
3528
+ }
3529
+ },
3530
+ {
3531
+ "type": "string"
3532
+ }
3533
+ ]
3534
+ }
3535
+ }
3536
+ }
3537
+ ]
3538
+ }
1625
3539
  },
1626
3540
  "helmfile": {
1627
3541
  "description": "Configuration object for the helmfile manager",
@@ -1635,7 +3549,45 @@
1635
3549
  "/(^|/)helmfile\\.ya?ml(?:\\.gotmpl)?$/"
1636
3550
  ]
1637
3551
  },
1638
- "$ref": "#"
3552
+ "$ref": "#",
3553
+ "items": {
3554
+ "allOf": [
3555
+ {
3556
+ "type": "object",
3557
+ "properties": {
3558
+ "description": {
3559
+ "oneOf": [
3560
+ {
3561
+ "type": "array",
3562
+ "items": {
3563
+ "type": "string",
3564
+ "description": "A custom description for this configuration object"
3565
+ }
3566
+ },
3567
+ {
3568
+ "type": "string",
3569
+ "description": "A custom description for this configuration object"
3570
+ }
3571
+ ]
3572
+ },
3573
+ "managerFilePatterns": {
3574
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3575
+ "oneOf": [
3576
+ {
3577
+ "type": "array",
3578
+ "items": {
3579
+ "type": "string"
3580
+ }
3581
+ },
3582
+ {
3583
+ "type": "string"
3584
+ }
3585
+ ]
3586
+ }
3587
+ }
3588
+ }
3589
+ ]
3590
+ }
1639
3591
  },
1640
3592
  "helmsman": {
1641
3593
  "description": "Configuration object for the helmsman manager",
@@ -1643,7 +3595,45 @@
1643
3595
  "default": {
1644
3596
  "managerFilePatterns": []
1645
3597
  },
1646
- "$ref": "#"
3598
+ "$ref": "#",
3599
+ "items": {
3600
+ "allOf": [
3601
+ {
3602
+ "type": "object",
3603
+ "properties": {
3604
+ "description": {
3605
+ "oneOf": [
3606
+ {
3607
+ "type": "array",
3608
+ "items": {
3609
+ "type": "string",
3610
+ "description": "A custom description for this configuration object"
3611
+ }
3612
+ },
3613
+ {
3614
+ "type": "string",
3615
+ "description": "A custom description for this configuration object"
3616
+ }
3617
+ ]
3618
+ },
3619
+ "managerFilePatterns": {
3620
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3621
+ "oneOf": [
3622
+ {
3623
+ "type": "array",
3624
+ "items": {
3625
+ "type": "string"
3626
+ }
3627
+ },
3628
+ {
3629
+ "type": "string"
3630
+ }
3631
+ ]
3632
+ }
3633
+ }
3634
+ }
3635
+ ]
3636
+ }
1647
3637
  },
1648
3638
  "helmv3": {
1649
3639
  "description": "Configuration object for the helmv3 manager",
@@ -1657,7 +3647,45 @@
1657
3647
  "/(^|/)Chart\\.ya?ml$/"
1658
3648
  ]
1659
3649
  },
1660
- "$ref": "#"
3650
+ "$ref": "#",
3651
+ "items": {
3652
+ "allOf": [
3653
+ {
3654
+ "type": "object",
3655
+ "properties": {
3656
+ "description": {
3657
+ "oneOf": [
3658
+ {
3659
+ "type": "array",
3660
+ "items": {
3661
+ "type": "string",
3662
+ "description": "A custom description for this configuration object"
3663
+ }
3664
+ },
3665
+ {
3666
+ "type": "string",
3667
+ "description": "A custom description for this configuration object"
3668
+ }
3669
+ ]
3670
+ },
3671
+ "managerFilePatterns": {
3672
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3673
+ "oneOf": [
3674
+ {
3675
+ "type": "array",
3676
+ "items": {
3677
+ "type": "string"
3678
+ }
3679
+ },
3680
+ {
3681
+ "type": "string"
3682
+ }
3683
+ ]
3684
+ }
3685
+ }
3686
+ }
3687
+ ]
3688
+ }
1661
3689
  },
1662
3690
  "hermit": {
1663
3691
  "description": "Configuration object for the hermit manager",
@@ -1671,7 +3699,45 @@
1671
3699
  ],
1672
3700
  "versioning": "hermit"
1673
3701
  },
1674
- "$ref": "#"
3702
+ "$ref": "#",
3703
+ "items": {
3704
+ "allOf": [
3705
+ {
3706
+ "type": "object",
3707
+ "properties": {
3708
+ "description": {
3709
+ "oneOf": [
3710
+ {
3711
+ "type": "array",
3712
+ "items": {
3713
+ "type": "string",
3714
+ "description": "A custom description for this configuration object"
3715
+ }
3716
+ },
3717
+ {
3718
+ "type": "string",
3719
+ "description": "A custom description for this configuration object"
3720
+ }
3721
+ ]
3722
+ },
3723
+ "managerFilePatterns": {
3724
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3725
+ "oneOf": [
3726
+ {
3727
+ "type": "array",
3728
+ "items": {
3729
+ "type": "string"
3730
+ }
3731
+ },
3732
+ {
3733
+ "type": "string"
3734
+ }
3735
+ ]
3736
+ }
3737
+ }
3738
+ }
3739
+ ]
3740
+ }
1675
3741
  },
1676
3742
  "homebrew": {
1677
3743
  "description": "Configuration object for the homebrew manager",
@@ -1682,7 +3748,45 @@
1682
3748
  "/^Formula/[^/]+[.]rb$/"
1683
3749
  ]
1684
3750
  },
1685
- "$ref": "#"
3751
+ "$ref": "#",
3752
+ "items": {
3753
+ "allOf": [
3754
+ {
3755
+ "type": "object",
3756
+ "properties": {
3757
+ "description": {
3758
+ "oneOf": [
3759
+ {
3760
+ "type": "array",
3761
+ "items": {
3762
+ "type": "string",
3763
+ "description": "A custom description for this configuration object"
3764
+ }
3765
+ },
3766
+ {
3767
+ "type": "string",
3768
+ "description": "A custom description for this configuration object"
3769
+ }
3770
+ ]
3771
+ },
3772
+ "managerFilePatterns": {
3773
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3774
+ "oneOf": [
3775
+ {
3776
+ "type": "array",
3777
+ "items": {
3778
+ "type": "string"
3779
+ }
3780
+ },
3781
+ {
3782
+ "type": "string"
3783
+ }
3784
+ ]
3785
+ }
3786
+ }
3787
+ }
3788
+ ]
3789
+ }
1686
3790
  },
1687
3791
  "hostRules": {
1688
3792
  "description": "Host rules/configuration including credentials.",
@@ -1839,7 +3943,45 @@
1839
3943
  },
1840
3944
  "pinDigests": false
1841
3945
  },
1842
- "$ref": "#"
3946
+ "$ref": "#",
3947
+ "items": {
3948
+ "allOf": [
3949
+ {
3950
+ "type": "object",
3951
+ "properties": {
3952
+ "description": {
3953
+ "oneOf": [
3954
+ {
3955
+ "type": "array",
3956
+ "items": {
3957
+ "type": "string",
3958
+ "description": "A custom description for this configuration object"
3959
+ }
3960
+ },
3961
+ {
3962
+ "type": "string",
3963
+ "description": "A custom description for this configuration object"
3964
+ }
3965
+ ]
3966
+ },
3967
+ "managerFilePatterns": {
3968
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
3969
+ "oneOf": [
3970
+ {
3971
+ "type": "array",
3972
+ "items": {
3973
+ "type": "string"
3974
+ }
3975
+ },
3976
+ {
3977
+ "type": "string"
3978
+ }
3979
+ ]
3980
+ }
3981
+ }
3982
+ }
3983
+ ]
3984
+ }
1843
3985
  },
1844
3986
  "httpCacheTtlDays": {
1845
3987
  "description": "Maximum duration in days to keep HTTP cache entries.",
@@ -1971,7 +4113,45 @@
1971
4113
  "/(^|/)plugins\\.(txt|ya?ml)$/"
1972
4114
  ]
1973
4115
  },
1974
- "$ref": "#"
4116
+ "$ref": "#",
4117
+ "items": {
4118
+ "allOf": [
4119
+ {
4120
+ "type": "object",
4121
+ "properties": {
4122
+ "description": {
4123
+ "oneOf": [
4124
+ {
4125
+ "type": "array",
4126
+ "items": {
4127
+ "type": "string",
4128
+ "description": "A custom description for this configuration object"
4129
+ }
4130
+ },
4131
+ {
4132
+ "type": "string",
4133
+ "description": "A custom description for this configuration object"
4134
+ }
4135
+ ]
4136
+ },
4137
+ "managerFilePatterns": {
4138
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4139
+ "oneOf": [
4140
+ {
4141
+ "type": "array",
4142
+ "items": {
4143
+ "type": "string"
4144
+ }
4145
+ },
4146
+ {
4147
+ "type": "string"
4148
+ }
4149
+ ]
4150
+ }
4151
+ }
4152
+ }
4153
+ ]
4154
+ }
1975
4155
  },
1976
4156
  "jsonata": {
1977
4157
  "description": "Configuration object for the jsonata manager",
@@ -1990,7 +4170,45 @@
1990
4170
  ],
1991
4171
  "datasource": "git-tags"
1992
4172
  },
1993
- "$ref": "#"
4173
+ "$ref": "#",
4174
+ "items": {
4175
+ "allOf": [
4176
+ {
4177
+ "type": "object",
4178
+ "properties": {
4179
+ "description": {
4180
+ "oneOf": [
4181
+ {
4182
+ "type": "array",
4183
+ "items": {
4184
+ "type": "string",
4185
+ "description": "A custom description for this configuration object"
4186
+ }
4187
+ },
4188
+ {
4189
+ "type": "string",
4190
+ "description": "A custom description for this configuration object"
4191
+ }
4192
+ ]
4193
+ },
4194
+ "managerFilePatterns": {
4195
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4196
+ "oneOf": [
4197
+ {
4198
+ "type": "array",
4199
+ "items": {
4200
+ "type": "string"
4201
+ }
4202
+ },
4203
+ {
4204
+ "type": "string"
4205
+ }
4206
+ ]
4207
+ }
4208
+ }
4209
+ }
4210
+ ]
4211
+ }
1994
4212
  },
1995
4213
  "keepUpdatedLabel": {
1996
4214
  "description": "If set, users can add this label to PRs to request they be kept updated with the base branch.",
@@ -2003,8 +4221,46 @@
2003
4221
  "managerFilePatterns": [
2004
4222
  "/^.+\\.main\\.kts$/"
2005
4223
  ]
2006
- },
2007
- "$ref": "#"
4224
+ },
4225
+ "$ref": "#",
4226
+ "items": {
4227
+ "allOf": [
4228
+ {
4229
+ "type": "object",
4230
+ "properties": {
4231
+ "description": {
4232
+ "oneOf": [
4233
+ {
4234
+ "type": "array",
4235
+ "items": {
4236
+ "type": "string",
4237
+ "description": "A custom description for this configuration object"
4238
+ }
4239
+ },
4240
+ {
4241
+ "type": "string",
4242
+ "description": "A custom description for this configuration object"
4243
+ }
4244
+ ]
4245
+ },
4246
+ "managerFilePatterns": {
4247
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4248
+ "oneOf": [
4249
+ {
4250
+ "type": "array",
4251
+ "items": {
4252
+ "type": "string"
4253
+ }
4254
+ },
4255
+ {
4256
+ "type": "string"
4257
+ }
4258
+ ]
4259
+ }
4260
+ }
4261
+ }
4262
+ ]
4263
+ }
2008
4264
  },
2009
4265
  "kubernetes": {
2010
4266
  "description": "Configuration object for the kubernetes manager",
@@ -2012,7 +4268,45 @@
2012
4268
  "default": {
2013
4269
  "managerFilePatterns": []
2014
4270
  },
2015
- "$ref": "#"
4271
+ "$ref": "#",
4272
+ "items": {
4273
+ "allOf": [
4274
+ {
4275
+ "type": "object",
4276
+ "properties": {
4277
+ "description": {
4278
+ "oneOf": [
4279
+ {
4280
+ "type": "array",
4281
+ "items": {
4282
+ "type": "string",
4283
+ "description": "A custom description for this configuration object"
4284
+ }
4285
+ },
4286
+ {
4287
+ "type": "string",
4288
+ "description": "A custom description for this configuration object"
4289
+ }
4290
+ ]
4291
+ },
4292
+ "managerFilePatterns": {
4293
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4294
+ "oneOf": [
4295
+ {
4296
+ "type": "array",
4297
+ "items": {
4298
+ "type": "string"
4299
+ }
4300
+ },
4301
+ {
4302
+ "type": "string"
4303
+ }
4304
+ ]
4305
+ }
4306
+ }
4307
+ }
4308
+ ]
4309
+ }
2016
4310
  },
2017
4311
  "kustomize": {
2018
4312
  "description": "Configuration object for the kustomize manager",
@@ -2023,7 +4317,45 @@
2023
4317
  ],
2024
4318
  "pinDigests": false
2025
4319
  },
2026
- "$ref": "#"
4320
+ "$ref": "#",
4321
+ "items": {
4322
+ "allOf": [
4323
+ {
4324
+ "type": "object",
4325
+ "properties": {
4326
+ "description": {
4327
+ "oneOf": [
4328
+ {
4329
+ "type": "array",
4330
+ "items": {
4331
+ "type": "string",
4332
+ "description": "A custom description for this configuration object"
4333
+ }
4334
+ },
4335
+ {
4336
+ "type": "string",
4337
+ "description": "A custom description for this configuration object"
4338
+ }
4339
+ ]
4340
+ },
4341
+ "managerFilePatterns": {
4342
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4343
+ "oneOf": [
4344
+ {
4345
+ "type": "array",
4346
+ "items": {
4347
+ "type": "string"
4348
+ }
4349
+ },
4350
+ {
4351
+ "type": "string"
4352
+ }
4353
+ ]
4354
+ }
4355
+ }
4356
+ }
4357
+ ]
4358
+ }
2027
4359
  },
2028
4360
  "labels": {
2029
4361
  "description": "Labels to set in Pull Request.",
@@ -2041,7 +4373,45 @@
2041
4373
  ],
2042
4374
  "versioning": "maven"
2043
4375
  },
2044
- "$ref": "#"
4376
+ "$ref": "#",
4377
+ "items": {
4378
+ "allOf": [
4379
+ {
4380
+ "type": "object",
4381
+ "properties": {
4382
+ "description": {
4383
+ "oneOf": [
4384
+ {
4385
+ "type": "array",
4386
+ "items": {
4387
+ "type": "string",
4388
+ "description": "A custom description for this configuration object"
4389
+ }
4390
+ },
4391
+ {
4392
+ "type": "string",
4393
+ "description": "A custom description for this configuration object"
4394
+ }
4395
+ ]
4396
+ },
4397
+ "managerFilePatterns": {
4398
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4399
+ "oneOf": [
4400
+ {
4401
+ "type": "array",
4402
+ "items": {
4403
+ "type": "string"
4404
+ }
4405
+ },
4406
+ {
4407
+ "type": "string"
4408
+ }
4409
+ ]
4410
+ }
4411
+ }
4412
+ }
4413
+ ]
4414
+ }
2045
4415
  },
2046
4416
  "lockFileMaintenance": {
2047
4417
  "description": "Configuration for lock file maintenance.",
@@ -2122,20 +4492,6 @@
2122
4492
  "default": {},
2123
4493
  "$ref": "#"
2124
4494
  },
2125
- "managerFilePatterns": {
2126
- "description": "RegEx (`re2`) and glob patterns for matching manager files.",
2127
- "oneOf": [
2128
- {
2129
- "type": "array",
2130
- "items": {
2131
- "type": "string"
2132
- }
2133
- },
2134
- {
2135
- "type": "string"
2136
- }
2137
- ]
2138
- },
2139
4495
  "maven": {
2140
4496
  "description": "Configuration object for the maven manager",
2141
4497
  "type": "object",
@@ -2146,7 +4502,45 @@
2146
4502
  "/(^|/)\\.mvn/extensions\\.xml$/"
2147
4503
  ]
2148
4504
  },
2149
- "$ref": "#"
4505
+ "$ref": "#",
4506
+ "items": {
4507
+ "allOf": [
4508
+ {
4509
+ "type": "object",
4510
+ "properties": {
4511
+ "description": {
4512
+ "oneOf": [
4513
+ {
4514
+ "type": "array",
4515
+ "items": {
4516
+ "type": "string",
4517
+ "description": "A custom description for this configuration object"
4518
+ }
4519
+ },
4520
+ {
4521
+ "type": "string",
4522
+ "description": "A custom description for this configuration object"
4523
+ }
4524
+ ]
4525
+ },
4526
+ "managerFilePatterns": {
4527
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4528
+ "oneOf": [
4529
+ {
4530
+ "type": "array",
4531
+ "items": {
4532
+ "type": "string"
4533
+ }
4534
+ },
4535
+ {
4536
+ "type": "string"
4537
+ }
4538
+ ]
4539
+ }
4540
+ }
4541
+ }
4542
+ ]
4543
+ }
2150
4544
  },
2151
4545
  "maven-wrapper": {
2152
4546
  "description": "Configuration object for the maven-wrapper manager",
@@ -2157,7 +4551,45 @@
2157
4551
  ],
2158
4552
  "versioning": "maven"
2159
4553
  },
2160
- "$ref": "#"
4554
+ "$ref": "#",
4555
+ "items": {
4556
+ "allOf": [
4557
+ {
4558
+ "type": "object",
4559
+ "properties": {
4560
+ "description": {
4561
+ "oneOf": [
4562
+ {
4563
+ "type": "array",
4564
+ "items": {
4565
+ "type": "string",
4566
+ "description": "A custom description for this configuration object"
4567
+ }
4568
+ },
4569
+ {
4570
+ "type": "string",
4571
+ "description": "A custom description for this configuration object"
4572
+ }
4573
+ ]
4574
+ },
4575
+ "managerFilePatterns": {
4576
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4577
+ "oneOf": [
4578
+ {
4579
+ "type": "array",
4580
+ "items": {
4581
+ "type": "string"
4582
+ }
4583
+ },
4584
+ {
4585
+ "type": "string"
4586
+ }
4587
+ ]
4588
+ }
4589
+ }
4590
+ }
4591
+ ]
4592
+ }
2161
4593
  },
2162
4594
  "mergeConfidenceDatasources": {
2163
4595
  "description": "If set, Renovate will query the merge-confidence JSON API only for datasources that are part of this list.",
@@ -2196,8 +4628,46 @@
2196
4628
  "managerFilePatterns": [
2197
4629
  "/(^|/)package\\.js$/"
2198
4630
  ]
2199
- },
2200
- "$ref": "#"
4631
+ },
4632
+ "$ref": "#",
4633
+ "items": {
4634
+ "allOf": [
4635
+ {
4636
+ "type": "object",
4637
+ "properties": {
4638
+ "description": {
4639
+ "oneOf": [
4640
+ {
4641
+ "type": "array",
4642
+ "items": {
4643
+ "type": "string",
4644
+ "description": "A custom description for this configuration object"
4645
+ }
4646
+ },
4647
+ {
4648
+ "type": "string",
4649
+ "description": "A custom description for this configuration object"
4650
+ }
4651
+ ]
4652
+ },
4653
+ "managerFilePatterns": {
4654
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4655
+ "oneOf": [
4656
+ {
4657
+ "type": "array",
4658
+ "items": {
4659
+ "type": "string"
4660
+ }
4661
+ },
4662
+ {
4663
+ "type": "string"
4664
+ }
4665
+ ]
4666
+ }
4667
+ }
4668
+ }
4669
+ ]
4670
+ }
2201
4671
  },
2202
4672
  "migratePresets": {
2203
4673
  "description": "Define presets here which have been removed or renamed and should be migrated automatically.",
@@ -2238,7 +4708,45 @@
2238
4708
  "/(^|/)Mintfile$/"
2239
4709
  ]
2240
4710
  },
2241
- "$ref": "#"
4711
+ "$ref": "#",
4712
+ "items": {
4713
+ "allOf": [
4714
+ {
4715
+ "type": "object",
4716
+ "properties": {
4717
+ "description": {
4718
+ "oneOf": [
4719
+ {
4720
+ "type": "array",
4721
+ "items": {
4722
+ "type": "string",
4723
+ "description": "A custom description for this configuration object"
4724
+ }
4725
+ },
4726
+ {
4727
+ "type": "string",
4728
+ "description": "A custom description for this configuration object"
4729
+ }
4730
+ ]
4731
+ },
4732
+ "managerFilePatterns": {
4733
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4734
+ "oneOf": [
4735
+ {
4736
+ "type": "array",
4737
+ "items": {
4738
+ "type": "string"
4739
+ }
4740
+ },
4741
+ {
4742
+ "type": "string"
4743
+ }
4744
+ ]
4745
+ }
4746
+ }
4747
+ }
4748
+ ]
4749
+ }
2242
4750
  },
2243
4751
  "mise": {
2244
4752
  "description": "Configuration object for the mise manager",
@@ -2249,7 +4757,45 @@
2249
4757
  "/(^|/)\\.?mise/config\\.toml$/"
2250
4758
  ]
2251
4759
  },
2252
- "$ref": "#"
4760
+ "$ref": "#",
4761
+ "items": {
4762
+ "allOf": [
4763
+ {
4764
+ "type": "object",
4765
+ "properties": {
4766
+ "description": {
4767
+ "oneOf": [
4768
+ {
4769
+ "type": "array",
4770
+ "items": {
4771
+ "type": "string",
4772
+ "description": "A custom description for this configuration object"
4773
+ }
4774
+ },
4775
+ {
4776
+ "type": "string",
4777
+ "description": "A custom description for this configuration object"
4778
+ }
4779
+ ]
4780
+ },
4781
+ "managerFilePatterns": {
4782
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4783
+ "oneOf": [
4784
+ {
4785
+ "type": "array",
4786
+ "items": {
4787
+ "type": "string"
4788
+ }
4789
+ },
4790
+ {
4791
+ "type": "string"
4792
+ }
4793
+ ]
4794
+ }
4795
+ }
4796
+ }
4797
+ ]
4798
+ }
2253
4799
  },
2254
4800
  "mix": {
2255
4801
  "description": "Configuration object for the mix manager",
@@ -2259,7 +4805,45 @@
2259
4805
  "/(^|/)mix\\.exs$/"
2260
4806
  ]
2261
4807
  },
2262
- "$ref": "#"
4808
+ "$ref": "#",
4809
+ "items": {
4810
+ "allOf": [
4811
+ {
4812
+ "type": "object",
4813
+ "properties": {
4814
+ "description": {
4815
+ "oneOf": [
4816
+ {
4817
+ "type": "array",
4818
+ "items": {
4819
+ "type": "string",
4820
+ "description": "A custom description for this configuration object"
4821
+ }
4822
+ },
4823
+ {
4824
+ "type": "string",
4825
+ "description": "A custom description for this configuration object"
4826
+ }
4827
+ ]
4828
+ },
4829
+ "managerFilePatterns": {
4830
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4831
+ "oneOf": [
4832
+ {
4833
+ "type": "array",
4834
+ "items": {
4835
+ "type": "string"
4836
+ }
4837
+ },
4838
+ {
4839
+ "type": "string"
4840
+ }
4841
+ ]
4842
+ }
4843
+ }
4844
+ }
4845
+ ]
4846
+ }
2263
4847
  },
2264
4848
  "mode": {
2265
4849
  "description": "Mode of operation.",
@@ -2281,7 +4865,45 @@
2281
4865
  "commitMessageExtra": "to {{newValue}}",
2282
4866
  "enabled": false
2283
4867
  },
2284
- "$ref": "#"
4868
+ "$ref": "#",
4869
+ "items": {
4870
+ "allOf": [
4871
+ {
4872
+ "type": "object",
4873
+ "properties": {
4874
+ "description": {
4875
+ "oneOf": [
4876
+ {
4877
+ "type": "array",
4878
+ "items": {
4879
+ "type": "string",
4880
+ "description": "A custom description for this configuration object"
4881
+ }
4882
+ },
4883
+ {
4884
+ "type": "string",
4885
+ "description": "A custom description for this configuration object"
4886
+ }
4887
+ ]
4888
+ },
4889
+ "managerFilePatterns": {
4890
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4891
+ "oneOf": [
4892
+ {
4893
+ "type": "array",
4894
+ "items": {
4895
+ "type": "string"
4896
+ }
4897
+ },
4898
+ {
4899
+ "type": "string"
4900
+ }
4901
+ ]
4902
+ }
4903
+ }
4904
+ }
4905
+ ]
4906
+ }
2285
4907
  },
2286
4908
  "nodenv": {
2287
4909
  "description": "Configuration object for the nodenv manager",
@@ -2292,7 +4914,45 @@
2292
4914
  ],
2293
4915
  "versioning": "node"
2294
4916
  },
2295
- "$ref": "#"
4917
+ "$ref": "#",
4918
+ "items": {
4919
+ "allOf": [
4920
+ {
4921
+ "type": "object",
4922
+ "properties": {
4923
+ "description": {
4924
+ "oneOf": [
4925
+ {
4926
+ "type": "array",
4927
+ "items": {
4928
+ "type": "string",
4929
+ "description": "A custom description for this configuration object"
4930
+ }
4931
+ },
4932
+ {
4933
+ "type": "string",
4934
+ "description": "A custom description for this configuration object"
4935
+ }
4936
+ ]
4937
+ },
4938
+ "managerFilePatterns": {
4939
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4940
+ "oneOf": [
4941
+ {
4942
+ "type": "array",
4943
+ "items": {
4944
+ "type": "string"
4945
+ }
4946
+ },
4947
+ {
4948
+ "type": "string"
4949
+ }
4950
+ ]
4951
+ }
4952
+ }
4953
+ }
4954
+ ]
4955
+ }
2296
4956
  },
2297
4957
  "npm": {
2298
4958
  "description": "Configuration object for the npm manager",
@@ -2311,7 +4971,45 @@
2311
4971
  "Change": "[{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
2312
4972
  }
2313
4973
  },
2314
- "$ref": "#"
4974
+ "$ref": "#",
4975
+ "items": {
4976
+ "allOf": [
4977
+ {
4978
+ "type": "object",
4979
+ "properties": {
4980
+ "description": {
4981
+ "oneOf": [
4982
+ {
4983
+ "type": "array",
4984
+ "items": {
4985
+ "type": "string",
4986
+ "description": "A custom description for this configuration object"
4987
+ }
4988
+ },
4989
+ {
4990
+ "type": "string",
4991
+ "description": "A custom description for this configuration object"
4992
+ }
4993
+ ]
4994
+ },
4995
+ "managerFilePatterns": {
4996
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
4997
+ "oneOf": [
4998
+ {
4999
+ "type": "array",
5000
+ "items": {
5001
+ "type": "string"
5002
+ }
5003
+ },
5004
+ {
5005
+ "type": "string"
5006
+ }
5007
+ ]
5008
+ }
5009
+ }
5010
+ }
5011
+ ]
5012
+ }
2315
5013
  },
2316
5014
  "npmToken": {
2317
5015
  "description": "npm token used to authenticate with the default registry.",
@@ -2336,8 +5034,46 @@
2336
5034
  "/(^|/)dotnet-tools\\.json$/",
2337
5035
  "/(^|/)global\\.json$/"
2338
5036
  ]
2339
- },
2340
- "$ref": "#"
5037
+ },
5038
+ "$ref": "#",
5039
+ "items": {
5040
+ "allOf": [
5041
+ {
5042
+ "type": "object",
5043
+ "properties": {
5044
+ "description": {
5045
+ "oneOf": [
5046
+ {
5047
+ "type": "array",
5048
+ "items": {
5049
+ "type": "string",
5050
+ "description": "A custom description for this configuration object"
5051
+ }
5052
+ },
5053
+ {
5054
+ "type": "string",
5055
+ "description": "A custom description for this configuration object"
5056
+ }
5057
+ ]
5058
+ },
5059
+ "managerFilePatterns": {
5060
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5061
+ "oneOf": [
5062
+ {
5063
+ "type": "array",
5064
+ "items": {
5065
+ "type": "string"
5066
+ }
5067
+ },
5068
+ {
5069
+ "type": "string"
5070
+ }
5071
+ ]
5072
+ }
5073
+ }
5074
+ }
5075
+ ]
5076
+ }
2341
5077
  },
2342
5078
  "nvm": {
2343
5079
  "description": "Configuration object for the nvm manager",
@@ -2349,7 +5085,45 @@
2349
5085
  "versioning": "node",
2350
5086
  "pinDigests": false
2351
5087
  },
2352
- "$ref": "#"
5088
+ "$ref": "#",
5089
+ "items": {
5090
+ "allOf": [
5091
+ {
5092
+ "type": "object",
5093
+ "properties": {
5094
+ "description": {
5095
+ "oneOf": [
5096
+ {
5097
+ "type": "array",
5098
+ "items": {
5099
+ "type": "string",
5100
+ "description": "A custom description for this configuration object"
5101
+ }
5102
+ },
5103
+ {
5104
+ "type": "string",
5105
+ "description": "A custom description for this configuration object"
5106
+ }
5107
+ ]
5108
+ },
5109
+ "managerFilePatterns": {
5110
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5111
+ "oneOf": [
5112
+ {
5113
+ "type": "array",
5114
+ "items": {
5115
+ "type": "string"
5116
+ }
5117
+ },
5118
+ {
5119
+ "type": "string"
5120
+ }
5121
+ ]
5122
+ }
5123
+ }
5124
+ }
5125
+ ]
5126
+ }
2353
5127
  },
2354
5128
  "ocb": {
2355
5129
  "description": "Configuration object for the ocb manager",
@@ -2357,7 +5131,45 @@
2357
5131
  "default": {
2358
5132
  "managerFilePatterns": []
2359
5133
  },
2360
- "$ref": "#"
5134
+ "$ref": "#",
5135
+ "items": {
5136
+ "allOf": [
5137
+ {
5138
+ "type": "object",
5139
+ "properties": {
5140
+ "description": {
5141
+ "oneOf": [
5142
+ {
5143
+ "type": "array",
5144
+ "items": {
5145
+ "type": "string",
5146
+ "description": "A custom description for this configuration object"
5147
+ }
5148
+ },
5149
+ {
5150
+ "type": "string",
5151
+ "description": "A custom description for this configuration object"
5152
+ }
5153
+ ]
5154
+ },
5155
+ "managerFilePatterns": {
5156
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5157
+ "oneOf": [
5158
+ {
5159
+ "type": "array",
5160
+ "items": {
5161
+ "type": "string"
5162
+ }
5163
+ },
5164
+ {
5165
+ "type": "string"
5166
+ }
5167
+ ]
5168
+ }
5169
+ }
5170
+ }
5171
+ ]
5172
+ }
2361
5173
  },
2362
5174
  "onboarding": {
2363
5175
  "description": "Require a Configuration PR first.",
@@ -2422,7 +5234,45 @@
2422
5234
  "/(^|/)src/main/features/.+\\.json$/"
2423
5235
  ]
2424
5236
  },
2425
- "$ref": "#"
5237
+ "$ref": "#",
5238
+ "items": {
5239
+ "allOf": [
5240
+ {
5241
+ "type": "object",
5242
+ "properties": {
5243
+ "description": {
5244
+ "oneOf": [
5245
+ {
5246
+ "type": "array",
5247
+ "items": {
5248
+ "type": "string",
5249
+ "description": "A custom description for this configuration object"
5250
+ }
5251
+ },
5252
+ {
5253
+ "type": "string",
5254
+ "description": "A custom description for this configuration object"
5255
+ }
5256
+ ]
5257
+ },
5258
+ "managerFilePatterns": {
5259
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5260
+ "oneOf": [
5261
+ {
5262
+ "type": "array",
5263
+ "items": {
5264
+ "type": "string"
5265
+ }
5266
+ },
5267
+ {
5268
+ "type": "string"
5269
+ }
5270
+ ]
5271
+ }
5272
+ }
5273
+ }
5274
+ ]
5275
+ }
2426
5276
  },
2427
5277
  "osvVulnerabilityAlerts": {
2428
5278
  "description": "Use vulnerability alerts from `osv.dev`.",
@@ -2745,7 +5595,45 @@
2745
5595
  "/(^|/)pyproject\\.toml$/"
2746
5596
  ]
2747
5597
  },
2748
- "$ref": "#"
5598
+ "$ref": "#",
5599
+ "items": {
5600
+ "allOf": [
5601
+ {
5602
+ "type": "object",
5603
+ "properties": {
5604
+ "description": {
5605
+ "oneOf": [
5606
+ {
5607
+ "type": "array",
5608
+ "items": {
5609
+ "type": "string",
5610
+ "description": "A custom description for this configuration object"
5611
+ }
5612
+ },
5613
+ {
5614
+ "type": "string",
5615
+ "description": "A custom description for this configuration object"
5616
+ }
5617
+ ]
5618
+ },
5619
+ "managerFilePatterns": {
5620
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5621
+ "oneOf": [
5622
+ {
5623
+ "type": "array",
5624
+ "items": {
5625
+ "type": "string"
5626
+ }
5627
+ },
5628
+ {
5629
+ "type": "string"
5630
+ }
5631
+ ]
5632
+ }
5633
+ }
5634
+ }
5635
+ ]
5636
+ }
2749
5637
  },
2750
5638
  "pep723": {
2751
5639
  "description": "Configuration object for the pep723 manager",
@@ -2753,7 +5641,45 @@
2753
5641
  "default": {
2754
5642
  "managerFilePatterns": []
2755
5643
  },
2756
- "$ref": "#"
5644
+ "$ref": "#",
5645
+ "items": {
5646
+ "allOf": [
5647
+ {
5648
+ "type": "object",
5649
+ "properties": {
5650
+ "description": {
5651
+ "oneOf": [
5652
+ {
5653
+ "type": "array",
5654
+ "items": {
5655
+ "type": "string",
5656
+ "description": "A custom description for this configuration object"
5657
+ }
5658
+ },
5659
+ {
5660
+ "type": "string",
5661
+ "description": "A custom description for this configuration object"
5662
+ }
5663
+ ]
5664
+ },
5665
+ "managerFilePatterns": {
5666
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5667
+ "oneOf": [
5668
+ {
5669
+ "type": "array",
5670
+ "items": {
5671
+ "type": "string"
5672
+ }
5673
+ },
5674
+ {
5675
+ "type": "string"
5676
+ }
5677
+ ]
5678
+ }
5679
+ }
5680
+ }
5681
+ ]
5682
+ }
2757
5683
  },
2758
5684
  "persistRepoData": {
2759
5685
  "description": "If set to `true`: keep repository data between runs instead of deleting the data.",
@@ -2805,7 +5731,45 @@
2805
5731
  "commitMessageAction": "Refresh pip-compile outputs"
2806
5732
  }
2807
5733
  },
2808
- "$ref": "#"
5734
+ "$ref": "#",
5735
+ "items": {
5736
+ "allOf": [
5737
+ {
5738
+ "type": "object",
5739
+ "properties": {
5740
+ "description": {
5741
+ "oneOf": [
5742
+ {
5743
+ "type": "array",
5744
+ "items": {
5745
+ "type": "string",
5746
+ "description": "A custom description for this configuration object"
5747
+ }
5748
+ },
5749
+ {
5750
+ "type": "string",
5751
+ "description": "A custom description for this configuration object"
5752
+ }
5753
+ ]
5754
+ },
5755
+ "managerFilePatterns": {
5756
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5757
+ "oneOf": [
5758
+ {
5759
+ "type": "array",
5760
+ "items": {
5761
+ "type": "string"
5762
+ }
5763
+ },
5764
+ {
5765
+ "type": "string"
5766
+ }
5767
+ ]
5768
+ }
5769
+ }
5770
+ }
5771
+ ]
5772
+ }
2809
5773
  },
2810
5774
  "pip_requirements": {
2811
5775
  "description": "Configuration object for the pip_requirements manager",
@@ -2814,8 +5778,46 @@
2814
5778
  "managerFilePatterns": [
2815
5779
  "/(^|/)[\\w-]*requirements([-.]\\w+)?\\.(txt|pip)$/"
2816
5780
  ]
2817
- },
2818
- "$ref": "#"
5781
+ },
5782
+ "$ref": "#",
5783
+ "items": {
5784
+ "allOf": [
5785
+ {
5786
+ "type": "object",
5787
+ "properties": {
5788
+ "description": {
5789
+ "oneOf": [
5790
+ {
5791
+ "type": "array",
5792
+ "items": {
5793
+ "type": "string",
5794
+ "description": "A custom description for this configuration object"
5795
+ }
5796
+ },
5797
+ {
5798
+ "type": "string",
5799
+ "description": "A custom description for this configuration object"
5800
+ }
5801
+ ]
5802
+ },
5803
+ "managerFilePatterns": {
5804
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5805
+ "oneOf": [
5806
+ {
5807
+ "type": "array",
5808
+ "items": {
5809
+ "type": "string"
5810
+ }
5811
+ },
5812
+ {
5813
+ "type": "string"
5814
+ }
5815
+ ]
5816
+ }
5817
+ }
5818
+ }
5819
+ ]
5820
+ }
2819
5821
  },
2820
5822
  "pip_setup": {
2821
5823
  "description": "Configuration object for the pip_setup manager",
@@ -2825,7 +5827,45 @@
2825
5827
  "/(^|/)setup\\.py$/"
2826
5828
  ]
2827
5829
  },
2828
- "$ref": "#"
5830
+ "$ref": "#",
5831
+ "items": {
5832
+ "allOf": [
5833
+ {
5834
+ "type": "object",
5835
+ "properties": {
5836
+ "description": {
5837
+ "oneOf": [
5838
+ {
5839
+ "type": "array",
5840
+ "items": {
5841
+ "type": "string",
5842
+ "description": "A custom description for this configuration object"
5843
+ }
5844
+ },
5845
+ {
5846
+ "type": "string",
5847
+ "description": "A custom description for this configuration object"
5848
+ }
5849
+ ]
5850
+ },
5851
+ "managerFilePatterns": {
5852
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5853
+ "oneOf": [
5854
+ {
5855
+ "type": "array",
5856
+ "items": {
5857
+ "type": "string"
5858
+ }
5859
+ },
5860
+ {
5861
+ "type": "string"
5862
+ }
5863
+ ]
5864
+ }
5865
+ }
5866
+ }
5867
+ ]
5868
+ }
2829
5869
  },
2830
5870
  "pipenv": {
2831
5871
  "description": "Configuration object for the pipenv manager",
@@ -2835,7 +5875,45 @@
2835
5875
  "/(^|/)Pipfile$/"
2836
5876
  ]
2837
5877
  },
2838
- "$ref": "#"
5878
+ "$ref": "#",
5879
+ "items": {
5880
+ "allOf": [
5881
+ {
5882
+ "type": "object",
5883
+ "properties": {
5884
+ "description": {
5885
+ "oneOf": [
5886
+ {
5887
+ "type": "array",
5888
+ "items": {
5889
+ "type": "string",
5890
+ "description": "A custom description for this configuration object"
5891
+ }
5892
+ },
5893
+ {
5894
+ "type": "string",
5895
+ "description": "A custom description for this configuration object"
5896
+ }
5897
+ ]
5898
+ },
5899
+ "managerFilePatterns": {
5900
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5901
+ "oneOf": [
5902
+ {
5903
+ "type": "array",
5904
+ "items": {
5905
+ "type": "string"
5906
+ }
5907
+ },
5908
+ {
5909
+ "type": "string"
5910
+ }
5911
+ ]
5912
+ }
5913
+ }
5914
+ }
5915
+ ]
5916
+ }
2839
5917
  },
2840
5918
  "pixi": {
2841
5919
  "description": "Configuration object for the pixi manager",
@@ -2846,7 +5924,45 @@
2846
5924
  "/(^|/)pixi\\.toml$/"
2847
5925
  ]
2848
5926
  },
2849
- "$ref": "#"
5927
+ "$ref": "#",
5928
+ "items": {
5929
+ "allOf": [
5930
+ {
5931
+ "type": "object",
5932
+ "properties": {
5933
+ "description": {
5934
+ "oneOf": [
5935
+ {
5936
+ "type": "array",
5937
+ "items": {
5938
+ "type": "string",
5939
+ "description": "A custom description for this configuration object"
5940
+ }
5941
+ },
5942
+ {
5943
+ "type": "string",
5944
+ "description": "A custom description for this configuration object"
5945
+ }
5946
+ ]
5947
+ },
5948
+ "managerFilePatterns": {
5949
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
5950
+ "oneOf": [
5951
+ {
5952
+ "type": "array",
5953
+ "items": {
5954
+ "type": "string"
5955
+ }
5956
+ },
5957
+ {
5958
+ "type": "string"
5959
+ }
5960
+ ]
5961
+ }
5962
+ }
5963
+ }
5964
+ ]
5965
+ }
2850
5966
  },
2851
5967
  "platform": {
2852
5968
  "description": "Platform type of repository.",
@@ -2887,7 +6003,45 @@
2887
6003
  "/(^|/)pyproject\\.toml$/"
2888
6004
  ]
2889
6005
  },
2890
- "$ref": "#"
6006
+ "$ref": "#",
6007
+ "items": {
6008
+ "allOf": [
6009
+ {
6010
+ "type": "object",
6011
+ "properties": {
6012
+ "description": {
6013
+ "oneOf": [
6014
+ {
6015
+ "type": "array",
6016
+ "items": {
6017
+ "type": "string",
6018
+ "description": "A custom description for this configuration object"
6019
+ }
6020
+ },
6021
+ {
6022
+ "type": "string",
6023
+ "description": "A custom description for this configuration object"
6024
+ }
6025
+ ]
6026
+ },
6027
+ "managerFilePatterns": {
6028
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6029
+ "oneOf": [
6030
+ {
6031
+ "type": "array",
6032
+ "items": {
6033
+ "type": "string"
6034
+ }
6035
+ },
6036
+ {
6037
+ "type": "string"
6038
+ }
6039
+ ]
6040
+ }
6041
+ }
6042
+ }
6043
+ ]
6044
+ }
2891
6045
  },
2892
6046
  "postUpdateOptions": {
2893
6047
  "description": "Enable post-update options to be run after package/artifact updating.",
@@ -3093,7 +6247,45 @@
3093
6247
  "Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions."
3094
6248
  ]
3095
6249
  },
3096
- "$ref": "#"
6250
+ "$ref": "#",
6251
+ "items": {
6252
+ "allOf": [
6253
+ {
6254
+ "type": "object",
6255
+ "properties": {
6256
+ "description": {
6257
+ "oneOf": [
6258
+ {
6259
+ "type": "array",
6260
+ "items": {
6261
+ "type": "string",
6262
+ "description": "A custom description for this configuration object"
6263
+ }
6264
+ },
6265
+ {
6266
+ "type": "string",
6267
+ "description": "A custom description for this configuration object"
6268
+ }
6269
+ ]
6270
+ },
6271
+ "managerFilePatterns": {
6272
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6273
+ "oneOf": [
6274
+ {
6275
+ "type": "array",
6276
+ "items": {
6277
+ "type": "string"
6278
+ }
6279
+ },
6280
+ {
6281
+ "type": "string"
6282
+ }
6283
+ ]
6284
+ }
6285
+ }
6286
+ }
6287
+ ]
6288
+ }
3097
6289
  },
3098
6290
  "presetCachePersistence": {
3099
6291
  "description": "Cache resolved presets in package cache.",
@@ -3163,7 +6355,45 @@
3163
6355
  ],
3164
6356
  "versioning": "npm"
3165
6357
  },
3166
- "$ref": "#"
6358
+ "$ref": "#",
6359
+ "items": {
6360
+ "allOf": [
6361
+ {
6362
+ "type": "object",
6363
+ "properties": {
6364
+ "description": {
6365
+ "oneOf": [
6366
+ {
6367
+ "type": "array",
6368
+ "items": {
6369
+ "type": "string",
6370
+ "description": "A custom description for this configuration object"
6371
+ }
6372
+ },
6373
+ {
6374
+ "type": "string",
6375
+ "description": "A custom description for this configuration object"
6376
+ }
6377
+ ]
6378
+ },
6379
+ "managerFilePatterns": {
6380
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6381
+ "oneOf": [
6382
+ {
6383
+ "type": "array",
6384
+ "items": {
6385
+ "type": "string"
6386
+ }
6387
+ },
6388
+ {
6389
+ "type": "string"
6390
+ }
6391
+ ]
6392
+ }
6393
+ }
6394
+ }
6395
+ ]
6396
+ }
3167
6397
  },
3168
6398
  "puppet": {
3169
6399
  "description": "Configuration object for the puppet manager",
@@ -3173,7 +6403,45 @@
3173
6403
  "/(^|/)Puppetfile$/"
3174
6404
  ]
3175
6405
  },
3176
- "$ref": "#"
6406
+ "$ref": "#",
6407
+ "items": {
6408
+ "allOf": [
6409
+ {
6410
+ "type": "object",
6411
+ "properties": {
6412
+ "description": {
6413
+ "oneOf": [
6414
+ {
6415
+ "type": "array",
6416
+ "items": {
6417
+ "type": "string",
6418
+ "description": "A custom description for this configuration object"
6419
+ }
6420
+ },
6421
+ {
6422
+ "type": "string",
6423
+ "description": "A custom description for this configuration object"
6424
+ }
6425
+ ]
6426
+ },
6427
+ "managerFilePatterns": {
6428
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6429
+ "oneOf": [
6430
+ {
6431
+ "type": "array",
6432
+ "items": {
6433
+ "type": "string"
6434
+ }
6435
+ },
6436
+ {
6437
+ "type": "string"
6438
+ }
6439
+ ]
6440
+ }
6441
+ }
6442
+ }
6443
+ ]
6444
+ }
3177
6445
  },
3178
6446
  "pyenv": {
3179
6447
  "description": "Configuration object for the pyenv manager",
@@ -3185,7 +6453,45 @@
3185
6453
  "versioning": "docker",
3186
6454
  "pinDigests": false
3187
6455
  },
3188
- "$ref": "#"
6456
+ "$ref": "#",
6457
+ "items": {
6458
+ "allOf": [
6459
+ {
6460
+ "type": "object",
6461
+ "properties": {
6462
+ "description": {
6463
+ "oneOf": [
6464
+ {
6465
+ "type": "array",
6466
+ "items": {
6467
+ "type": "string",
6468
+ "description": "A custom description for this configuration object"
6469
+ }
6470
+ },
6471
+ {
6472
+ "type": "string",
6473
+ "description": "A custom description for this configuration object"
6474
+ }
6475
+ ]
6476
+ },
6477
+ "managerFilePatterns": {
6478
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6479
+ "oneOf": [
6480
+ {
6481
+ "type": "array",
6482
+ "items": {
6483
+ "type": "string"
6484
+ }
6485
+ },
6486
+ {
6487
+ "type": "string"
6488
+ }
6489
+ ]
6490
+ }
6491
+ }
6492
+ }
6493
+ ]
6494
+ }
3189
6495
  },
3190
6496
  "rangeStrategy": {
3191
6497
  "description": "Determines how to modify or update existing ranges.",
@@ -3280,7 +6586,45 @@
3280
6586
  ".renovaterc.json5"
3281
6587
  ]
3282
6588
  },
3283
- "$ref": "#"
6589
+ "$ref": "#",
6590
+ "items": {
6591
+ "allOf": [
6592
+ {
6593
+ "type": "object",
6594
+ "properties": {
6595
+ "description": {
6596
+ "oneOf": [
6597
+ {
6598
+ "type": "array",
6599
+ "items": {
6600
+ "type": "string",
6601
+ "description": "A custom description for this configuration object"
6602
+ }
6603
+ },
6604
+ {
6605
+ "type": "string",
6606
+ "description": "A custom description for this configuration object"
6607
+ }
6608
+ ]
6609
+ },
6610
+ "managerFilePatterns": {
6611
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6612
+ "oneOf": [
6613
+ {
6614
+ "type": "array",
6615
+ "items": {
6616
+ "type": "string"
6617
+ }
6618
+ },
6619
+ {
6620
+ "type": "string"
6621
+ }
6622
+ ]
6623
+ }
6624
+ }
6625
+ }
6626
+ ]
6627
+ }
3284
6628
  },
3285
6629
  "replacement": {
3286
6630
  "description": "Configuration to apply when replacing a dependency.",
@@ -3406,7 +6750,45 @@
3406
6750
  ],
3407
6751
  "versioning": "ruby"
3408
6752
  },
3409
- "$ref": "#"
6753
+ "$ref": "#",
6754
+ "items": {
6755
+ "allOf": [
6756
+ {
6757
+ "type": "object",
6758
+ "properties": {
6759
+ "description": {
6760
+ "oneOf": [
6761
+ {
6762
+ "type": "array",
6763
+ "items": {
6764
+ "type": "string",
6765
+ "description": "A custom description for this configuration object"
6766
+ }
6767
+ },
6768
+ {
6769
+ "type": "string",
6770
+ "description": "A custom description for this configuration object"
6771
+ }
6772
+ ]
6773
+ },
6774
+ "managerFilePatterns": {
6775
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6776
+ "oneOf": [
6777
+ {
6778
+ "type": "array",
6779
+ "items": {
6780
+ "type": "string"
6781
+ }
6782
+ },
6783
+ {
6784
+ "type": "string"
6785
+ }
6786
+ ]
6787
+ }
6788
+ }
6789
+ }
6790
+ ]
6791
+ }
3410
6792
  },
3411
6793
  "runtime-version": {
3412
6794
  "description": "Configuration object for the runtime-version manager",
@@ -3417,7 +6799,45 @@
3417
6799
  ],
3418
6800
  "pinDigests": false
3419
6801
  },
3420
- "$ref": "#"
6802
+ "$ref": "#",
6803
+ "items": {
6804
+ "allOf": [
6805
+ {
6806
+ "type": "object",
6807
+ "properties": {
6808
+ "description": {
6809
+ "oneOf": [
6810
+ {
6811
+ "type": "array",
6812
+ "items": {
6813
+ "type": "string",
6814
+ "description": "A custom description for this configuration object"
6815
+ }
6816
+ },
6817
+ {
6818
+ "type": "string",
6819
+ "description": "A custom description for this configuration object"
6820
+ }
6821
+ ]
6822
+ },
6823
+ "managerFilePatterns": {
6824
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6825
+ "oneOf": [
6826
+ {
6827
+ "type": "array",
6828
+ "items": {
6829
+ "type": "string"
6830
+ }
6831
+ },
6832
+ {
6833
+ "type": "string"
6834
+ }
6835
+ ]
6836
+ }
6837
+ }
6838
+ }
6839
+ ]
6840
+ }
3421
6841
  },
3422
6842
  "s3Endpoint": {
3423
6843
  "description": "If set, Renovate will use this string as the `endpoint` when creating the AWS S3 client instance.",
@@ -3440,7 +6860,45 @@
3440
6860
  ],
3441
6861
  "versioning": "ivy"
3442
6862
  },
3443
- "$ref": "#"
6863
+ "$ref": "#",
6864
+ "items": {
6865
+ "allOf": [
6866
+ {
6867
+ "type": "object",
6868
+ "properties": {
6869
+ "description": {
6870
+ "oneOf": [
6871
+ {
6872
+ "type": "array",
6873
+ "items": {
6874
+ "type": "string",
6875
+ "description": "A custom description for this configuration object"
6876
+ }
6877
+ },
6878
+ {
6879
+ "type": "string",
6880
+ "description": "A custom description for this configuration object"
6881
+ }
6882
+ ]
6883
+ },
6884
+ "managerFilePatterns": {
6885
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6886
+ "oneOf": [
6887
+ {
6888
+ "type": "array",
6889
+ "items": {
6890
+ "type": "string"
6891
+ }
6892
+ },
6893
+ {
6894
+ "type": "string"
6895
+ }
6896
+ ]
6897
+ }
6898
+ }
6899
+ }
6900
+ ]
6901
+ }
3444
6902
  },
3445
6903
  "scalafmt": {
3446
6904
  "description": "Configuration object for the scalafmt manager",
@@ -3449,8 +6907,46 @@
3449
6907
  "managerFilePatterns": [
3450
6908
  "/(^|/)\\.scalafmt.conf$/"
3451
6909
  ]
3452
- },
3453
- "$ref": "#"
6910
+ },
6911
+ "$ref": "#",
6912
+ "items": {
6913
+ "allOf": [
6914
+ {
6915
+ "type": "object",
6916
+ "properties": {
6917
+ "description": {
6918
+ "oneOf": [
6919
+ {
6920
+ "type": "array",
6921
+ "items": {
6922
+ "type": "string",
6923
+ "description": "A custom description for this configuration object"
6924
+ }
6925
+ },
6926
+ {
6927
+ "type": "string",
6928
+ "description": "A custom description for this configuration object"
6929
+ }
6930
+ ]
6931
+ },
6932
+ "managerFilePatterns": {
6933
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
6934
+ "oneOf": [
6935
+ {
6936
+ "type": "array",
6937
+ "items": {
6938
+ "type": "string"
6939
+ }
6940
+ },
6941
+ {
6942
+ "type": "string"
6943
+ }
6944
+ ]
6945
+ }
6946
+ }
6947
+ }
6948
+ ]
6949
+ }
3454
6950
  },
3455
6951
  "schedule": {
3456
6952
  "description": "Limit branch creation to these times of day or week.",
@@ -3527,7 +7023,45 @@
3527
7023
  ],
3528
7024
  "versioning": "pep440"
3529
7025
  },
3530
- "$ref": "#"
7026
+ "$ref": "#",
7027
+ "items": {
7028
+ "allOf": [
7029
+ {
7030
+ "type": "object",
7031
+ "properties": {
7032
+ "description": {
7033
+ "oneOf": [
7034
+ {
7035
+ "type": "array",
7036
+ "items": {
7037
+ "type": "string",
7038
+ "description": "A custom description for this configuration object"
7039
+ }
7040
+ },
7041
+ {
7042
+ "type": "string",
7043
+ "description": "A custom description for this configuration object"
7044
+ }
7045
+ ]
7046
+ },
7047
+ "managerFilePatterns": {
7048
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7049
+ "oneOf": [
7050
+ {
7051
+ "type": "array",
7052
+ "items": {
7053
+ "type": "string"
7054
+ }
7055
+ },
7056
+ {
7057
+ "type": "string"
7058
+ }
7059
+ ]
7060
+ }
7061
+ }
7062
+ }
7063
+ ]
7064
+ }
3531
7065
  },
3532
7066
  "skipInstalls": {
3533
7067
  "description": "Skip installing modules/dependencies if lock file updating is possible without a full install.",
@@ -3578,7 +7112,45 @@
3578
7112
  "default": {
3579
7113
  "managerFilePatterns": []
3580
7114
  },
3581
- "$ref": "#"
7115
+ "$ref": "#",
7116
+ "items": {
7117
+ "allOf": [
7118
+ {
7119
+ "type": "object",
7120
+ "properties": {
7121
+ "description": {
7122
+ "oneOf": [
7123
+ {
7124
+ "type": "array",
7125
+ "items": {
7126
+ "type": "string",
7127
+ "description": "A custom description for this configuration object"
7128
+ }
7129
+ },
7130
+ {
7131
+ "type": "string",
7132
+ "description": "A custom description for this configuration object"
7133
+ }
7134
+ ]
7135
+ },
7136
+ "managerFilePatterns": {
7137
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7138
+ "oneOf": [
7139
+ {
7140
+ "type": "array",
7141
+ "items": {
7142
+ "type": "string"
7143
+ }
7144
+ },
7145
+ {
7146
+ "type": "string"
7147
+ }
7148
+ ]
7149
+ }
7150
+ }
7151
+ }
7152
+ ]
7153
+ }
3582
7154
  },
3583
7155
  "swift": {
3584
7156
  "description": "Configuration object for the swift manager",
@@ -3590,7 +7162,45 @@
3590
7162
  "versioning": "swift",
3591
7163
  "pinDigests": false
3592
7164
  },
3593
- "$ref": "#"
7165
+ "$ref": "#",
7166
+ "items": {
7167
+ "allOf": [
7168
+ {
7169
+ "type": "object",
7170
+ "properties": {
7171
+ "description": {
7172
+ "oneOf": [
7173
+ {
7174
+ "type": "array",
7175
+ "items": {
7176
+ "type": "string",
7177
+ "description": "A custom description for this configuration object"
7178
+ }
7179
+ },
7180
+ {
7181
+ "type": "string",
7182
+ "description": "A custom description for this configuration object"
7183
+ }
7184
+ ]
7185
+ },
7186
+ "managerFilePatterns": {
7187
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7188
+ "oneOf": [
7189
+ {
7190
+ "type": "array",
7191
+ "items": {
7192
+ "type": "string"
7193
+ }
7194
+ },
7195
+ {
7196
+ "type": "string"
7197
+ }
7198
+ ]
7199
+ }
7200
+ }
7201
+ }
7202
+ ]
7203
+ }
3594
7204
  },
3595
7205
  "tekton": {
3596
7206
  "description": "Configuration object for the tekton manager",
@@ -3598,7 +7208,45 @@
3598
7208
  "default": {
3599
7209
  "managerFilePatterns": []
3600
7210
  },
3601
- "$ref": "#"
7211
+ "$ref": "#",
7212
+ "items": {
7213
+ "allOf": [
7214
+ {
7215
+ "type": "object",
7216
+ "properties": {
7217
+ "description": {
7218
+ "oneOf": [
7219
+ {
7220
+ "type": "array",
7221
+ "items": {
7222
+ "type": "string",
7223
+ "description": "A custom description for this configuration object"
7224
+ }
7225
+ },
7226
+ {
7227
+ "type": "string",
7228
+ "description": "A custom description for this configuration object"
7229
+ }
7230
+ ]
7231
+ },
7232
+ "managerFilePatterns": {
7233
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7234
+ "oneOf": [
7235
+ {
7236
+ "type": "array",
7237
+ "items": {
7238
+ "type": "string"
7239
+ }
7240
+ },
7241
+ {
7242
+ "type": "string"
7243
+ }
7244
+ ]
7245
+ }
7246
+ }
7247
+ }
7248
+ ]
7249
+ }
3602
7250
  },
3603
7251
  "terraform": {
3604
7252
  "description": "Configuration object for the terraform manager",
@@ -3610,7 +7258,45 @@
3610
7258
  ],
3611
7259
  "pinDigests": false
3612
7260
  },
3613
- "$ref": "#"
7261
+ "$ref": "#",
7262
+ "items": {
7263
+ "allOf": [
7264
+ {
7265
+ "type": "object",
7266
+ "properties": {
7267
+ "description": {
7268
+ "oneOf": [
7269
+ {
7270
+ "type": "array",
7271
+ "items": {
7272
+ "type": "string",
7273
+ "description": "A custom description for this configuration object"
7274
+ }
7275
+ },
7276
+ {
7277
+ "type": "string",
7278
+ "description": "A custom description for this configuration object"
7279
+ }
7280
+ ]
7281
+ },
7282
+ "managerFilePatterns": {
7283
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7284
+ "oneOf": [
7285
+ {
7286
+ "type": "array",
7287
+ "items": {
7288
+ "type": "string"
7289
+ }
7290
+ },
7291
+ {
7292
+ "type": "string"
7293
+ }
7294
+ ]
7295
+ }
7296
+ }
7297
+ }
7298
+ ]
7299
+ }
3614
7300
  },
3615
7301
  "terraform-version": {
3616
7302
  "description": "Configuration object for the terraform-version manager",
@@ -3622,7 +7308,45 @@
3622
7308
  "versioning": "hashicorp",
3623
7309
  "extractVersion": "^v(?<version>.*)$"
3624
7310
  },
3625
- "$ref": "#"
7311
+ "$ref": "#",
7312
+ "items": {
7313
+ "allOf": [
7314
+ {
7315
+ "type": "object",
7316
+ "properties": {
7317
+ "description": {
7318
+ "oneOf": [
7319
+ {
7320
+ "type": "array",
7321
+ "items": {
7322
+ "type": "string",
7323
+ "description": "A custom description for this configuration object"
7324
+ }
7325
+ },
7326
+ {
7327
+ "type": "string",
7328
+ "description": "A custom description for this configuration object"
7329
+ }
7330
+ ]
7331
+ },
7332
+ "managerFilePatterns": {
7333
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7334
+ "oneOf": [
7335
+ {
7336
+ "type": "array",
7337
+ "items": {
7338
+ "type": "string"
7339
+ }
7340
+ },
7341
+ {
7342
+ "type": "string"
7343
+ }
7344
+ ]
7345
+ }
7346
+ }
7347
+ }
7348
+ ]
7349
+ }
3626
7350
  },
3627
7351
  "terragrunt": {
3628
7352
  "description": "Configuration object for the terragrunt manager",
@@ -3632,8 +7356,46 @@
3632
7356
  "managerFilePatterns": [
3633
7357
  "/(^|/)terragrunt\\.hcl$/"
3634
7358
  ]
3635
- },
3636
- "$ref": "#"
7359
+ },
7360
+ "$ref": "#",
7361
+ "items": {
7362
+ "allOf": [
7363
+ {
7364
+ "type": "object",
7365
+ "properties": {
7366
+ "description": {
7367
+ "oneOf": [
7368
+ {
7369
+ "type": "array",
7370
+ "items": {
7371
+ "type": "string",
7372
+ "description": "A custom description for this configuration object"
7373
+ }
7374
+ },
7375
+ {
7376
+ "type": "string",
7377
+ "description": "A custom description for this configuration object"
7378
+ }
7379
+ ]
7380
+ },
7381
+ "managerFilePatterns": {
7382
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7383
+ "oneOf": [
7384
+ {
7385
+ "type": "array",
7386
+ "items": {
7387
+ "type": "string"
7388
+ }
7389
+ },
7390
+ {
7391
+ "type": "string"
7392
+ }
7393
+ ]
7394
+ }
7395
+ }
7396
+ }
7397
+ ]
7398
+ }
3637
7399
  },
3638
7400
  "terragrunt-version": {
3639
7401
  "description": "Configuration object for the terragrunt-version manager",
@@ -3645,7 +7407,45 @@
3645
7407
  "versioning": "hashicorp",
3646
7408
  "extractVersion": "^v(?<version>.+)$"
3647
7409
  },
3648
- "$ref": "#"
7410
+ "$ref": "#",
7411
+ "items": {
7412
+ "allOf": [
7413
+ {
7414
+ "type": "object",
7415
+ "properties": {
7416
+ "description": {
7417
+ "oneOf": [
7418
+ {
7419
+ "type": "array",
7420
+ "items": {
7421
+ "type": "string",
7422
+ "description": "A custom description for this configuration object"
7423
+ }
7424
+ },
7425
+ {
7426
+ "type": "string",
7427
+ "description": "A custom description for this configuration object"
7428
+ }
7429
+ ]
7430
+ },
7431
+ "managerFilePatterns": {
7432
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7433
+ "oneOf": [
7434
+ {
7435
+ "type": "array",
7436
+ "items": {
7437
+ "type": "string"
7438
+ }
7439
+ },
7440
+ {
7441
+ "type": "string"
7442
+ }
7443
+ ]
7444
+ }
7445
+ }
7446
+ }
7447
+ ]
7448
+ }
3649
7449
  },
3650
7450
  "tflint-plugin": {
3651
7451
  "description": "Configuration object for the tflint-plugin manager",
@@ -3657,7 +7457,45 @@
3657
7457
  ],
3658
7458
  "extractVersion": "^v(?<version>.*)$"
3659
7459
  },
3660
- "$ref": "#"
7460
+ "$ref": "#",
7461
+ "items": {
7462
+ "allOf": [
7463
+ {
7464
+ "type": "object",
7465
+ "properties": {
7466
+ "description": {
7467
+ "oneOf": [
7468
+ {
7469
+ "type": "array",
7470
+ "items": {
7471
+ "type": "string",
7472
+ "description": "A custom description for this configuration object"
7473
+ }
7474
+ },
7475
+ {
7476
+ "type": "string",
7477
+ "description": "A custom description for this configuration object"
7478
+ }
7479
+ ]
7480
+ },
7481
+ "managerFilePatterns": {
7482
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7483
+ "oneOf": [
7484
+ {
7485
+ "type": "array",
7486
+ "items": {
7487
+ "type": "string"
7488
+ }
7489
+ },
7490
+ {
7491
+ "type": "string"
7492
+ }
7493
+ ]
7494
+ }
7495
+ }
7496
+ }
7497
+ ]
7498
+ }
3661
7499
  },
3662
7500
  "timezone": {
3663
7501
  "description": "Must conform to [IANA Time Zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) format.",
@@ -3679,7 +7517,45 @@
3679
7517
  },
3680
7518
  "versioning": "node"
3681
7519
  },
3682
- "$ref": "#"
7520
+ "$ref": "#",
7521
+ "items": {
7522
+ "allOf": [
7523
+ {
7524
+ "type": "object",
7525
+ "properties": {
7526
+ "description": {
7527
+ "oneOf": [
7528
+ {
7529
+ "type": "array",
7530
+ "items": {
7531
+ "type": "string",
7532
+ "description": "A custom description for this configuration object"
7533
+ }
7534
+ },
7535
+ {
7536
+ "type": "string",
7537
+ "description": "A custom description for this configuration object"
7538
+ }
7539
+ ]
7540
+ },
7541
+ "managerFilePatterns": {
7542
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7543
+ "oneOf": [
7544
+ {
7545
+ "type": "array",
7546
+ "items": {
7547
+ "type": "string"
7548
+ }
7549
+ },
7550
+ {
7551
+ "type": "string"
7552
+ }
7553
+ ]
7554
+ }
7555
+ }
7556
+ }
7557
+ ]
7558
+ }
3683
7559
  },
3684
7560
  "unicodeEmoji": {
3685
7561
  "description": "Enable or disable Unicode emoji.",
@@ -3750,7 +7626,45 @@
3750
7626
  "/(^|/)\\.vela\\.ya?ml$/"
3751
7627
  ]
3752
7628
  },
3753
- "$ref": "#"
7629
+ "$ref": "#",
7630
+ "items": {
7631
+ "allOf": [
7632
+ {
7633
+ "type": "object",
7634
+ "properties": {
7635
+ "description": {
7636
+ "oneOf": [
7637
+ {
7638
+ "type": "array",
7639
+ "items": {
7640
+ "type": "string",
7641
+ "description": "A custom description for this configuration object"
7642
+ }
7643
+ },
7644
+ {
7645
+ "type": "string",
7646
+ "description": "A custom description for this configuration object"
7647
+ }
7648
+ ]
7649
+ },
7650
+ "managerFilePatterns": {
7651
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7652
+ "oneOf": [
7653
+ {
7654
+ "type": "array",
7655
+ "items": {
7656
+ "type": "string"
7657
+ }
7658
+ },
7659
+ {
7660
+ "type": "string"
7661
+ }
7662
+ ]
7663
+ }
7664
+ }
7665
+ }
7666
+ ]
7667
+ }
3754
7668
  },
3755
7669
  "vendir": {
3756
7670
  "description": "Configuration object for the vendir manager",
@@ -3761,7 +7675,45 @@
3761
7675
  "/(^|/)vendir\\.yml$/"
3762
7676
  ]
3763
7677
  },
3764
- "$ref": "#"
7678
+ "$ref": "#",
7679
+ "items": {
7680
+ "allOf": [
7681
+ {
7682
+ "type": "object",
7683
+ "properties": {
7684
+ "description": {
7685
+ "oneOf": [
7686
+ {
7687
+ "type": "array",
7688
+ "items": {
7689
+ "type": "string",
7690
+ "description": "A custom description for this configuration object"
7691
+ }
7692
+ },
7693
+ {
7694
+ "type": "string",
7695
+ "description": "A custom description for this configuration object"
7696
+ }
7697
+ ]
7698
+ },
7699
+ "managerFilePatterns": {
7700
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7701
+ "oneOf": [
7702
+ {
7703
+ "type": "array",
7704
+ "items": {
7705
+ "type": "string"
7706
+ }
7707
+ },
7708
+ {
7709
+ "type": "string"
7710
+ }
7711
+ ]
7712
+ }
7713
+ }
7714
+ }
7715
+ ]
7716
+ }
3765
7717
  },
3766
7718
  "versionCompatibility": {
3767
7719
  "description": "A regex (`re2`) with named capture groups to show how version and compatibility are split from a raw version string.",
@@ -3884,7 +7836,45 @@
3884
7836
  "/^\\.woodpecker(?:/[^/]+)?\\.ya?ml$/"
3885
7837
  ]
3886
7838
  },
3887
- "$ref": "#"
7839
+ "$ref": "#",
7840
+ "items": {
7841
+ "allOf": [
7842
+ {
7843
+ "type": "object",
7844
+ "properties": {
7845
+ "description": {
7846
+ "oneOf": [
7847
+ {
7848
+ "type": "array",
7849
+ "items": {
7850
+ "type": "string",
7851
+ "description": "A custom description for this configuration object"
7852
+ }
7853
+ },
7854
+ {
7855
+ "type": "string",
7856
+ "description": "A custom description for this configuration object"
7857
+ }
7858
+ ]
7859
+ },
7860
+ "managerFilePatterns": {
7861
+ "description": "RegEx (`re2`) and glob patterns for matching manager files.",
7862
+ "oneOf": [
7863
+ {
7864
+ "type": "array",
7865
+ "items": {
7866
+ "type": "string"
7867
+ }
7868
+ },
7869
+ {
7870
+ "type": "string"
7871
+ }
7872
+ ]
7873
+ }
7874
+ }
7875
+ }
7876
+ ]
7877
+ }
3888
7878
  },
3889
7879
  "writeDiscoveredRepos": {
3890
7880
  "description": "Writes discovered repositories to a JSON file and then exit.",