File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
src/check_jsonschema/builtin_schemas/vendor Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Unreleased
10
10
11
11
.. vendor-insert-here
12
12
13
+ - Update vendored schemas (2024-04-02)
14
+
13
15
0.28.1
14
16
------
15
17
Original file line number Diff line number Diff line change 934
934
"dockerSidecarImage" : {
935
935
"description" : " Change this value to override the default Renovate sidecar image." ,
936
936
"type" : " string" ,
937
- "default" : " ghcr.io/containerbase/sidecar:10.3.8 "
937
+ "default" : " ghcr.io/containerbase/sidecar:10.3.11 "
938
938
},
939
939
"dockerUser" : {
940
940
"description" : " Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`." ,
3100
3100
},
3101
3101
"$ref" : " #"
3102
3102
},
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
+ },
3103
3113
"schedule" : {
3104
3114
"description" : " Limit branch creation to these times of day or week." ,
3105
3115
"oneOf" : [
Original file line number Diff line number Diff line change 1
- 38121f8e11598b5920e782ac5dc9f1fd01afe4e44d64f9846cec418c7a641a9b
1
+ adefc32bff03e9c8800d3c1f2eb22908e134474dbd98c916bf75fe14690e51e2
You can’t perform that action at this time.
0 commit comments