Skip to content

Commit 7e35cfc

Browse files
[vendor-schemas] automated update (#486)
Co-authored-by: sirosen <[email protected]>
1 parent b8b348f commit 7e35cfc

File tree

11 files changed

+63
-11
lines changed

11 files changed

+63
-11
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-09-08)
13+
- Update vendored schemas (2024-09-29)
1414

1515
0.29.2
1616
------

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,8 @@
12441244
"description": "The LinuxVM image to use. View available images for [Ubuntu 20.04](https://circleci.com/developer/machine/image/ubuntu-2004), [Ubuntu 22.04](https://circleci.com/developer/machine/image/ubuntu-2204), or [Android](https://circleci.com/developer/machine/image/android). **Note:** This key is **not** supported on the installable CircleCI. For information about customizing machine executor images on CircleCI installed on your servers, see our [VM Service documentation](https://circleci.com/docs/vm-service).",
12451245
"type": "string",
12461246
"enum": [
1247+
"ubuntu-2004:2024.08.1",
1248+
"ubuntu-2004:2024.05.1",
12471249
"ubuntu-2004:2024.04.4",
12481250
"ubuntu-2004:2024.01.2",
12491251
"ubuntu-2004:2024.01.1",
@@ -1266,6 +1268,8 @@
12661268
"ubuntu-2004:202010-01",
12671269
"ubuntu-2004:current",
12681270
"ubuntu-2004:edge",
1271+
"ubuntu-2204:2024.08.1",
1272+
"ubuntu-2204:2024.05.1",
12691273
"ubuntu-2204:2024.04.4",
12701274
"ubuntu-2204:2024.01.2",
12711275
"ubuntu-2204:2024.01.1",
@@ -1282,6 +1286,10 @@
12821286
"ubuntu-2204:2022.04.1",
12831287
"ubuntu-2204:current",
12841288
"ubuntu-2204:edge",
1289+
"ubuntu-2404:2024.08.1",
1290+
"ubuntu-2404:2024.05.1",
1291+
"ubuntu-2404:current",
1292+
"ubuntu-2404:edge",
12851293
"android:2024.04.1",
12861294
"android:2024.01.1",
12871295
"android:2023.11.1",

src/check_jsonschema/builtin_schemas/vendor/dependabot.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"additionalProperties": false,
55
"definitions": {
66
"timezone": {
7-
"$id": "timezone",
87
"type": "string",
98
"enum": [
109
"Africa/Abidjan",

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,10 @@
196196
},
197197
"definitions": {
198198
"artifacts": {
199-
"type": "object",
199+
"type": [
200+
"object",
201+
"null"
202+
],
200203
"markdownDescription": "Used to specify a list of files and directories that should be attached to the job if it succeeds. Artifacts are sent to Gitlab where they can be downloaded. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#artifacts).",
201204
"additionalProperties": false,
202205
"properties": {

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@
333333
},
334334
"$ref": "#"
335335
},
336+
"bbAutoResolvePrTasks": {
337+
"description": "The PR tasks will be automatically completed after the PR is raised.",
338+
"type": "boolean",
339+
"default": false
340+
},
336341
"bbUseDefaultReviewers": {
337342
"description": "Use the default reviewers (Bitbucket only).",
338343
"type": "boolean",
@@ -1012,7 +1017,7 @@
10121017
"dockerSidecarImage": {
10131018
"description": "Change this value to override the default Renovate sidecar image.",
10141019
"type": "string",
1015-
"default": "ghcr.io/containerbase/sidecar:11.11.11"
1020+
"default": "ghcr.io/containerbase/sidecar:11.11.26"
10161021
},
10171022
"dockerUser": {
10181023
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -3521,9 +3526,43 @@
35213526
"rangeStrategy": "update-lockfile",
35223527
"commitMessageSuffix": "[SECURITY]",
35233528
"branchTopic": "{{{datasource}}}-{{{depNameSanitized}}}-vulnerability",
3524-
"prCreation": "immediate"
3529+
"prCreation": "immediate",
3530+
"vulnerabilityFixStrategy": "lowest"
35253531
},
3526-
"$ref": "#"
3532+
"$ref": "#",
3533+
"items": {
3534+
"allOf": [
3535+
{
3536+
"type": "object",
3537+
"properties": {
3538+
"description": {
3539+
"oneOf": [
3540+
{
3541+
"type": "array",
3542+
"items": {
3543+
"type": "string",
3544+
"description": "A custom description for this configuration object"
3545+
}
3546+
},
3547+
{
3548+
"type": "string",
3549+
"description": "A custom description for this configuration object"
3550+
}
3551+
]
3552+
},
3553+
"vulnerabilityFixStrategy": {
3554+
"description": "Strategy to use when fixing vulnerabilities. `lowest` will propose the earliest version with a fix, `highest` will always pick the latest version.",
3555+
"type": "string",
3556+
"enum": [
3557+
"lowest",
3558+
"highest"
3559+
],
3560+
"default": "lowest"
3561+
}
3562+
}
3563+
}
3564+
]
3565+
}
35273566
},
35283567
"woodpecker": {
35293568
"description": "Configuration object for the woodpecker manager",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2463b456c46789f2ec2f6c9beaca294d10ee7520e021aa775fd1854eb608dd53
1+
9ad1566d20e39aa31b80fd8b0dd5260dbee7c7a31004788870f5aad72357a0df
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1faf572ced1c1dea55a27128d761e32b3b6911e47daa3da003f2db66d8ef71be
1+
1f5afac7eb5ee50963833afee1cc7a714ae1b097ab24ec2e91b760e6baa30b76
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9eae55e56d25b26d95e7f3efa69773452d43598f11382b1a8b0254c7385aa056
1+
7424b31d028166a644abc58bd0295d305a37bcd82e84e3bf5e13f7e207c45281
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9e98bf9eb3e4277d98e687d6124b96dfe6fb969457b9d56d0e81c38f181c3ecc
1+
c57caa2f7b710695628492dba3a56dee4731751ffb9e9127d5a90230715ad459
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
39f6e12a0594365a9d205e51278ae4d5877e99cf16d6881d405a928ce02d248b
1+
2008ccfc77aff49680bca81dea4b4d1ba348f606184bfce63a0b0a2bcdd3b9e1

0 commit comments

Comments
 (0)