Skip to content

Commit 20d16a0

Browse files
committed
[vendor-schemas] automated update
1 parent 14d6a46 commit 20d16a0

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
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 (2024-06-02)
13+
- Update vendored schemas (2024-06-09)
1414

1515
0.28.4
1616
------

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@
13181318
"type": "integer",
13191319
"description": "Creates N instances of the job that run in parallel.",
13201320
"default": 0,
1321-
"minimum": 2,
1321+
"minimum": 1,
13221322
"maximum": 200
13231323
},
13241324
{
@@ -1879,6 +1879,10 @@
18791879
"start_in": {
18801880
"$ref": "#/definitions/start_in"
18811881
},
1882+
"manual_confirmation": {
1883+
"markdownDescription": "Describes the Custom confirmation message for a manual job [Learn More](https://docs.gitlab.com/ee/ci/yaml/#when).",
1884+
"type": "string"
1885+
},
18821886
"dependencies": {
18831887
"type": "array",
18841888
"description": "Specify a list of job names from earlier stages from which artifacts should be loaded. By default, all previous artifacts are passed. Use an empty array to skip downloading artifacts.",

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
"dockerSidecarImage": {
966966
"description": "Change this value to override the default Renovate sidecar image.",
967967
"type": "string",
968-
"default": "ghcr.io/containerbase/sidecar:10.7.0"
968+
"default": "ghcr.io/containerbase/sidecar:10.11.1"
969969
},
970970
"dockerUser": {
971971
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -2181,7 +2181,7 @@
21812181
"description": "A version range or regex pattern capturing allowed versions for dependencies.",
21822182
"type": "string"
21832183
},
2184-
"customChangelogUrl": {
2184+
"changelogUrl": {
21852185
"description": "If set, Renovate will use this URL to fetch changelogs for a matched dependency. Valid only within a `packageRules` object.",
21862186
"type": "string"
21872187
},
@@ -2591,6 +2591,14 @@
25912591
"replacementVersion": {
25922592
"description": "The version of the new dependency that replaces the old deprecated dependency.",
25932593
"type": "string"
2594+
},
2595+
"sourceDirectory": {
2596+
"description": "The source directory in which the package is present at its source.",
2597+
"type": "string"
2598+
},
2599+
"sourceUrl": {
2600+
"description": "The source URL of the package.",
2601+
"type": "string"
25942602
}
25952603
}
25962604
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
054a4427c1c6e89ebf466b535a51e550660f9bf76ff9d2b3b8f0da1b0c24c64f
1+
03fdf88d444e16e704decde1792a9eb643c240f327cb14bc9a81c11ee0870946
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2513703e76b727801b472113f6f1cc379fa9a07be8aad6415e1a84ee15d40349
1+
98bc78083c3cc4d03f820b6e615bd91d892102ba62b08d129da7e419b7c76556

0 commit comments

Comments
 (0)