Skip to content

Commit

Permalink
[vendor-schemas] automated update (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: sirosen <[email protected]>
  • Loading branch information
github-actions[bot] and sirosen authored Aug 16, 2024
1 parent 1889bb9 commit 99e15ff
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Unreleased
----------

.. vendor-insert-here
- Update vendored schemas (2024-08-11)
- Convert from ``setup.cfg`` to ``pyproject.toml`` for python package metadata

- Update vendored schemas (2024-07-28)
Expand Down
6 changes: 3 additions & 3 deletions src/check_jsonschema/builtin_schemas/vendor/buildkite.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,9 @@
"notify": {
"$ref": "#/definitions/commonOptions/buildNotify"
},
"skip": {
"$ref": "#/definitions/commonOptions/skip"
},
"steps": {
"type": "array",
"description": "A list of steps",
Expand Down Expand Up @@ -1313,9 +1316,6 @@
"notify": {
"$ref": "#/definitions/commonOptions/buildNotify"
},
"skip": {
"$ref": "#/definitions/commonOptions/skip"
},
"steps": {
"description": "A list of steps",
"type": "array",
Expand Down
16 changes: 15 additions & 1 deletion src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"coverage_format": {
"description": "Code coverage format used by the test framework.",
"enum": [
"cobertura"
"cobertura", "jacoco"
]
},
"path": {
Expand Down Expand Up @@ -819,6 +819,15 @@
],
"additionalProperties": false
},
"akeyless": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
},
"additionalProperties": false
},
"file": {
"type": "boolean",
"default": true,
Expand All @@ -844,6 +853,11 @@
"required": [
"gcp_secret_manager"
]
},
{
"required": [
"akeyless"
]
}
],
"dependencies": {
Expand Down
24 changes: 23 additions & 1 deletion src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,17 @@
"description": "The directory where Renovate stores its containerbase cache. If left empty, Renovate creates a subdirectory within the `cacheDir`.",
"type": "string"
},
"copier": {
"description": "Configuration object for the copier manager",
"type": "object",
"default": {
"fileMatch": [
"(^|/)\\.copier-answers(\\..+)?\\.ya?ml"
],
"versioning": "pep440"
},
"$ref": "#"
},
"cpanfile": {
"description": "Configuration object for the cpanfile manager",
"type": "object",
Expand Down Expand Up @@ -980,7 +991,7 @@
"dockerSidecarImage": {
"description": "Change this value to override the default Renovate sidecar image.",
"type": "string",
"default": "ghcr.io/containerbase/sidecar:11.1.2"
"default": "ghcr.io/containerbase/sidecar:11.9.0"
},
"dockerUser": {
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Expand Down Expand Up @@ -1311,6 +1322,17 @@
},
"$ref": "#"
},
"gleam": {
"description": "Configuration object for the gleam manager",
"type": "object",
"default": {
"fileMatch": [
"(^|/)gleam.toml$"
],
"versioning": "hex"
},
"$ref": "#"
},
"globalExtends": {
"description": "Configuration presets to use or extend for a self-hosted config.",
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f9821c3bb233d271a6420b97e1f31197b81d13e5e87b15599944743e6656d8bb
fc4099c34baf2b186d08170f54b97264b7c492fc5aab0f263234af3db9cf60d3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9546a05c6ab921272786539dddd21fde7d4f56dd65e47bf8ef1254d387685a70
58b11b73e7d01dbe593b029d7d49ef7b7e5fc9f7ad8a084f5cfad2b9be032ed2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ec3b66e92202f9e3a3812189922a6b3072757e582724210361d21130019514fe
737f0c9d8a392f2130e76d696972337b542aa2b550a59252d1ca016505b486b2

0 comments on commit 99e15ff

Please sign in to comment.