Skip to content

Commit c8d7e75

Browse files
[vendor-schemas] automated update (#562)
Co-authored-by: sirosen <[email protected]>
1 parent 6e0fcb7 commit c8d7e75

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
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: mergify, renovate (2025-04-20)
13+
- Update vendored schemas: compose-spec, mergify, renovate, woodpecker-ci (2025-04-27)
1414

1515
0.33.0
1616
------

src/check_jsonschema/builtin_schemas/vendor/compose-spec.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@
323323
"type": "object",
324324
"properties": {
325325
"aliases": {"$ref": "#/definitions/list_of_strings"},
326+
"interface_name": {"type": "string"},
326327
"ipv4_address": {"type": "string"},
327328
"ipv6_address": {"type": "string"},
328329
"link_local_ips": {"$ref": "#/definitions/list_of_strings"},
@@ -419,7 +420,7 @@
419420
"required": ["type"],
420421
"properties": {
421422
"type": {"type": "string",
422-
"enum": ["bind", "volume", "tmpfs", "cluster", "image"]
423+
"enum": ["bind", "volume", "tmpfs", "cluster", "npipe", "image"]
423424
},
424425
"source": {"type": "string"},
425426
"target": {"type": "string"},

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@
10941094
"dockerSidecarImage": {
10951095
"description": "Change this value to override the default Renovate sidecar image.",
10961096
"type": "string",
1097-
"default": "ghcr.io/containerbase/sidecar:13.8.13"
1097+
"default": "ghcr.io/containerbase/sidecar:13.8.17"
10981098
},
10991099
"dockerUser": {
11001100
"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-
1bf44a391eb97a0426d09792a325b63805cb8731e1cd81ed144161b3e473aa59
1+
6b6d9e6747c8ff133b56cf3b74ae7746bf88bd8cbe70a58dab1acecd30fc51ea
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8cd6b4819f17e6be9d5016c44e42e01d67503cf090fc869311ff5de9eadb4c40
1+
976638f5142ff9edf66dc0da906b63d44eeeccfb66461ad2c987a76bd68320e0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
927fec729aca41a30c4c6d73aae3ef7a0a8572d3fdcf6faf569a4869c71d59f0
1+
c31e3bd22a6f9ad1b591e79703e5a784df413633648ccc065d8c2695d18a9422

src/check_jsonschema/builtin_schemas/vendor/woodpecker-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
]
9999
},
100100
"clone_settings": {
101-
"description": "Change the settings of your clone plugin. Read more: https://woodpecker-ci.org/plugins/Git%20Clone",
101+
"description": "Change the settings of your clone plugin. Read more: https://woodpecker-ci.org/plugins/git-clone",
102102
"type": "object",
103103
"properties": {
104104
"depth": {

0 commit comments

Comments
 (0)