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
1010
1111.. vendor-insert-here
1212
13+ - Update vendored schemas (2024-04-02)
14+
13150.28.1
1416------
1517
Original file line number Diff line number Diff line change 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`." ,
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" : [
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