Skip to content

Commit 2934858

Browse files
authored
Merge pull request #411 from python-jsonschema/vendor-schemas-auto
Changes by create-pull-request action
2 parents 3d54204 + 4de0009 commit 2934858

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
- Update vendored schemas (2024-04-02)
14+
1315
0.28.1
1416
------
1517

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@
934934
"dockerSidecarImage": {
935935
"description": "Change this value to override the default Renovate sidecar image.",
936936
"type": "string",
937-
"default": "ghcr.io/containerbase/sidecar:10.3.8"
937+
"default": "ghcr.io/containerbase/sidecar:10.3.11"
938938
},
939939
"dockerUser": {
940940
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -3100,6 +3100,16 @@
31003100
},
31013101
"$ref": "#"
31023102
},
3103+
"scalafmt": {
3104+
"description": "Configuration object for the scalafmt manager",
3105+
"type": "object",
3106+
"default": {
3107+
"fileMatch": [
3108+
"(^|/)\\.scalafmt.conf$"
3109+
]
3110+
},
3111+
"$ref": "#"
3112+
},
31033113
"schedule": {
31043114
"description": "Limit branch creation to these times of day or week.",
31053115
"oneOf": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38121f8e11598b5920e782ac5dc9f1fd01afe4e44d64f9846cec418c7a641a9b
1+
adefc32bff03e9c8800d3c1f2eb22908e134474dbd98c916bf75fe14690e51e2

0 commit comments

Comments
 (0)