Skip to content

Commit f39794d

Browse files
[vendor-schemas] automated update (#224)
Co-authored-by: sirosen <[email protected]>
1 parent 4c9c3ac commit f39794d

File tree

7 files changed

+30
-14
lines changed

7 files changed

+30
-14
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 (2023-01-06)
13+
- Update vendored schemas (2023-01-18)
1414

1515
0.20.0
1616
------

src/check_jsonschema/builtin_schemas/vendor/github-workflows.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,13 @@
572572
"ubuntu-20.04",
573573
"ubuntu-22.04",
574574
"ubuntu-latest",
575+
"ubuntu-latest-4-cores",
576+
"ubuntu-latest-8-cores",
577+
"ubuntu-latest-16-cores",
575578
"windows-2019",
576579
"windows-2022",
577-
"windows-latest"
580+
"windows-latest",
581+
"windows-latest-8-cores"
578582
]
579583
},
580584
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
924cb4f3d6de0d65f36538f52c4e960970b8af7c0834eeebb84efa520d67d270
1+
b4b86b4a7c1b554725c3f761715a8599a416f1ab7ba7b2d730b05a7f4a4f2017

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,15 @@
239239
}
240240
]
241241
},
242+
"browser_performance": {
243+
"type": "string",
244+
"description": "Path to a single file with browser performance metric report(s)."
245+
},
242246
"coverage_report": {
243-
"type": "object",
247+
"type": [
248+
"object",
249+
"null"
250+
],
244251
"description": "Used to collect coverage reports from the job.",
245252
"properties": {
246253
"coverage_format": {
@@ -292,10 +299,6 @@
292299
"$ref": "#/definitions/string_file_list",
293300
"description": "Path to file or list of files with license report(s)."
294301
},
295-
"performance": {
296-
"$ref": "#/definitions/string_file_list",
297-
"description": "Path to file or list of files with performance metrics report(s)."
298-
},
299302
"requirements": {
300303
"$ref": "#/definitions/string_file_list",
301304
"description": "Path to file or list of files with requirements report(s)."
@@ -1609,7 +1612,7 @@
16091612
"description": "Creates N instances of the same job that run in parallel.",
16101613
"default": 0,
16111614
"minimum": 2,
1612-
"maximum": 50
1615+
"maximum": 200
16131616
},
16141617
{
16151618
"type": "object",
@@ -1628,7 +1631,7 @@
16281631
]
16291632
}
16301633
},
1631-
"maxItems": 50
1634+
"maxItems": 200
16321635
}
16331636
},
16341637
"additionalProperties": false,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e518c41d7a265dc1e4d1c036aa7e34453898ba33eb03ada3592ce0640c173aa7
1+
64751e700104df98fa0609442b526682ce717289ed016155a2e2776e0284d0cf

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,11 @@
346346
"description": "The directory where Renovate stores its cache. If left empty, Renovate creates a subdirectory within the `baseDir`.",
347347
"type": "string"
348348
},
349+
"cacheHardTtlMinutes": {
350+
"description": "Maximum duration in minutes to keep datasource cache entries.",
351+
"type": "integer",
352+
"default": 0
353+
},
349354
"cake": {
350355
"description": "Configuration object for the cake manager",
351356
"type": "object",
@@ -1564,6 +1569,11 @@
15641569
"type": "string",
15651570
"default": "Configure Renovate"
15661571
},
1572+
"onboardingRebaseCheckbox": {
1573+
"description": "Set to enable rebase/retry markdown checkbox for onboarding PRs.",
1574+
"type": "boolean",
1575+
"default": false
1576+
},
15671577
"optimizeForDisabled": {
15681578
"description": "Set to `true` to perform a check for disabled config prior to cloning.",
15691579
"type": "boolean",
@@ -2694,8 +2704,7 @@
26942704
"commitMessageTopic": "Terragrunt dependency {{depName}}",
26952705
"fileMatch": [
26962706
"(^|/)terragrunt\\.hcl$"
2697-
],
2698-
"versioning": "hashicorp"
2707+
]
26992708
},
27002709
"$ref": "#"
27012710
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b8bb18e3d6d49ae9f132eb6c9920b1a63446c668c8b910b10886d20280e94860
1+
0b92504606dd9fa0c24dc3422198c470f1e6c4ab4867f3316ec9618f87cbc786

0 commit comments

Comments
 (0)