Skip to content

Commit b3bea61

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

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas (2024-12-22)
13+
- Update vendored schemas (2024-12-29)
1414
- Drop support for Python 3.8
1515

1616
0.30.0

src/check_jsonschema/builtin_schemas/vendor/mergify.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,9 @@
25292529
},
25302530
"queue_branch_prefix": {
25312531
"default": "mergify/merge-queue/",
2532-
"title": "Queue Branch Prefix",
2532+
"description": "Prefix for the merge queue branch name",
2533+
"format": "template",
2534+
"title": "Template",
25332535
"type": "string"
25342536
},
25352537
"allow_queue_branch_edit": {
@@ -2790,7 +2792,9 @@
27902792
},
27912793
"queue_branch_prefix": {
27922794
"default": "mergify/merge-queue/",
2793-
"title": "Queue Branch Prefix",
2795+
"description": "Prefix for the merge queue branch name",
2796+
"format": "template",
2797+
"title": "Template",
27942798
"type": "string"
27952799
},
27962800
"allow_queue_branch_edit": {

src/check_jsonschema/builtin_schemas/vendor/readthedocs.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@
337337
"default": false
338338
}
339339
},
340-
"additionalProperties": false
340+
"additionalProperties": false,
341+
"required": ["configuration"]
341342
},
342343
"mkdocs": {
343344
"title": "mkdocs",
@@ -356,7 +357,8 @@
356357
"default": false
357358
}
358359
},
359-
"additionalProperties": false
360+
"additionalProperties": false,
361+
"required": ["configuration"]
360362
},
361363
"submodules": {
362364
"title": "Submodules",

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@
10721072
"dockerSidecarImage": {
10731073
"description": "Change this value to override the default Renovate sidecar image.",
10741074
"type": "string",
1075-
"default": "ghcr.io/containerbase/sidecar:13.5.0"
1075+
"default": "ghcr.io/containerbase/sidecar:13.5.5"
10761076
},
10771077
"dockerUser": {
10781078
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9ee866491e48c35a24339f78f59d3edbc5638101d2f0645004853eaf9c297319
1+
19c0fd893544b44827605f3641d0563a1c99a250f98e7915d4cba124dcf7cdb7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bee0e6132fa6026c47200ba811090b6cf52fe540a7e5eace0772cfb75fdc6a4a
1+
77278afd8de08da09665e12d305c9c23721e940d3869355eb6bda2a024a2f0d7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7edf0b8bfe96a7e921f60ae85fa9f47c873c92b6217ab900cc63c250853349f7
1+
794d142fb9cffe1c167fb65cc9c3fc8f19f4459fde85241c1012655418d9701d

0 commit comments

Comments
 (0)