File tree Expand file tree Collapse file tree 7 files changed +36
-6
lines changed
src/check_jsonschema/builtin_schemas/vendor Expand file tree Collapse file tree 7 files changed +36
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Unreleased
1010
1111.. vendor-insert-here
1212
13- - Update vendored schemas (2024-06-16 )
13+ - Update vendored schemas (2024-06-23 )
1414
15150.28.5
1616------
Original file line number Diff line number Diff line change 151151 "title" : " Clone Repository Settings" ,
152152 "type" : " object"
153153 },
154+ "cloud" : {
155+ "description" : " Custom cloud step runtime" ,
156+ "properties" : {
157+ "atlassian-ip-ranges" : {
158+ "default" : false ,
159+ "description" : " Whether it uses Atlassian ip ranges." ,
160+ "type" : " boolean"
161+ }
162+ },
163+ "title" : " Cloud step runtime" ,
164+ "type" : " object"
165+ },
154166 "condition" : {
155167 "properties" : {
156168 "changesets" : {
557569 "max-time" : {
558570 "$ref" : " #/components/schemas/max_time"
559571 },
572+ "runtime" : {
573+ "$ref" : " #/components/schemas/runtime"
574+ },
560575 "size" : {
561576 "$ref" : " #/components/schemas/size"
562577 }
640655 "title" : " Step Runner Label" ,
641656 "type" : " string"
642657 },
658+ "runtime" : {
659+ "description" : " Custom step runtime" ,
660+ "properties" : {
661+ "cloud" : {
662+ "$ref" : " #/components/schemas/cloud"
663+ }
664+ },
665+ "title" : " Step Runtime" ,
666+ "type" : " object"
667+ },
643668 "script" : {
644669 "items" : {
645670 "oneOf" : [
700725 " 2x" ,
701726 " 4x" ,
702727 " 8x" ,
703- " 16x"
728+ " 16x" ,
729+ " 32x"
704730 ],
705731 "title" : " Step Size" ,
706732 "type" : " string"
838864 "runs-on" : {
839865 "$ref" : " #/components/schemas/runs_on"
840866 },
867+ "runtime" : {
868+ "$ref" : " #/components/schemas/runtime"
869+ },
841870 "script" : {
842871 "$ref" : " #/components/schemas/script" ,
843872 "description" : " List of commands that are executed in sequence." ,
Original file line number Diff line number Diff line change 6161 "enum" : [
6262 " ubuntu-20.04" ,
6363 " ubuntu-22.04" ,
64+ " ubuntu-24.04" ,
6465 " ubuntu-lts-latest"
6566 ]
6667 },
Original file line number Diff line number Diff line change 965965 "dockerSidecarImage" : {
966966 "description" : " Change this value to override the default Renovate sidecar image." ,
967967 "type" : " string" ,
968- "default" : " ghcr.io/containerbase/sidecar:10.11.6 "
968+ "default" : " ghcr.io/containerbase/sidecar:10.11.7 "
969969 },
970970 "dockerUser" : {
971971 "description" : " Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`." ,
Original file line number Diff line number Diff line change 1- 60586ed3669f79395b4689de2e99d44876d4c83670e144b28f980d3aa414d795
1+ 3dd04c344f6d3f3211c9ad7fd775b2c3ccd309c75c2d00f379b0339abfb57e5e
Original file line number Diff line number Diff line change 1- 8696f08cc4b6d81fcf91168ee1c3c483b8a471ed36f5cdbf34e202ab0e8b683b
1+ c64013c6d817252e76a357a1c00fc645c7c8760811991dd74c325aff8b5c0464
Original file line number Diff line number Diff line change 1- 8dd71c2ef78037a9573ba44c6e028e31de368f93f4cd702a2ac1ec722cc69b11
1+ ddfe7dda772797830c75a5df98aa1129a17c36c9661251120420b91e7de3e906
You can’t perform that action at this time.
0 commit comments