Skip to content

Commit

Permalink
[vendor-schemas] automated update (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: sirosen <sirosen@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sirosen committed Jan 18, 2023
1 parent 4c9c3ac commit f39794d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unreleased

.. vendor-insert-here
- Update vendored schemas (2023-01-06)
- Update vendored schemas (2023-01-18)

0.20.0
------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,13 @@
"ubuntu-20.04",
"ubuntu-22.04",
"ubuntu-latest",
"ubuntu-latest-4-cores",
"ubuntu-latest-8-cores",
"ubuntu-latest-16-cores",
"windows-2019",
"windows-2022",
"windows-latest"
"windows-latest",
"windows-latest-8-cores"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
924cb4f3d6de0d65f36538f52c4e960970b8af7c0834eeebb84efa520d67d270
b4b86b4a7c1b554725c3f761715a8599a416f1ab7ba7b2d730b05a7f4a4f2017
17 changes: 10 additions & 7 deletions src/check_jsonschema/builtin_schemas/vendor/gitlab-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,15 @@
}
]
},
"browser_performance": {
"type": "string",
"description": "Path to a single file with browser performance metric report(s)."
},
"coverage_report": {
"type": "object",
"type": [
"object",
"null"
],
"description": "Used to collect coverage reports from the job.",
"properties": {
"coverage_format": {
Expand Down Expand Up @@ -292,10 +299,6 @@
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with license report(s)."
},
"performance": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with performance metrics report(s)."
},
"requirements": {
"$ref": "#/definitions/string_file_list",
"description": "Path to file or list of files with requirements report(s)."
Expand Down Expand Up @@ -1609,7 +1612,7 @@
"description": "Creates N instances of the same job that run in parallel.",
"default": 0,
"minimum": 2,
"maximum": 50
"maximum": 200
},
{
"type": "object",
Expand All @@ -1628,7 +1631,7 @@
]
}
},
"maxItems": 50
"maxItems": 200
}
},
"additionalProperties": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e518c41d7a265dc1e4d1c036aa7e34453898ba33eb03ada3592ce0640c173aa7
64751e700104df98fa0609442b526682ce717289ed016155a2e2776e0284d0cf
13 changes: 11 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@
"description": "The directory where Renovate stores its cache. If left empty, Renovate creates a subdirectory within the `baseDir`.",
"type": "string"
},
"cacheHardTtlMinutes": {
"description": "Maximum duration in minutes to keep datasource cache entries.",
"type": "integer",
"default": 0
},
"cake": {
"description": "Configuration object for the cake manager",
"type": "object",
Expand Down Expand Up @@ -1564,6 +1569,11 @@
"type": "string",
"default": "Configure Renovate"
},
"onboardingRebaseCheckbox": {
"description": "Set to enable rebase/retry markdown checkbox for onboarding PRs.",
"type": "boolean",
"default": false
},
"optimizeForDisabled": {
"description": "Set to `true` to perform a check for disabled config prior to cloning.",
"type": "boolean",
Expand Down Expand Up @@ -2694,8 +2704,7 @@
"commitMessageTopic": "Terragrunt dependency {{depName}}",
"fileMatch": [
"(^|/)terragrunt\\.hcl$"
],
"versioning": "hashicorp"
]
},
"$ref": "#"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b8bb18e3d6d49ae9f132eb6c9920b1a63446c668c8b910b10886d20280e94860
0b92504606dd9fa0c24dc3422198c470f1e6c4ab4867f3316ec9618f87cbc786

0 comments on commit f39794d

Please sign in to comment.