Skip to content

Commit 3973b34

Browse files
[vendor-schemas] automated update (#202)
Co-authored-by: sirosen <[email protected]>
1 parent f124383 commit 3973b34

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
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 (2022-12-17)
13+
- Update vendored schemas (2022-12-21)
1414

1515
0.19.2
1616
------

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,10 @@
703703
}
704704
},
705705
"rules": {
706-
"type": "array",
706+
"type": [
707+
"array",
708+
"null"
709+
],
707710
"markdownDescription": "Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#rules).",
708711
"items": {
709712
"anyOf": [
@@ -994,6 +997,11 @@
994997
"pull-push"
995998
]
996999
},
1000+
"unprotect": {
1001+
"type": "boolean",
1002+
"markdownDescription": "Use `unprotect: true` to set a cache to be shared between protected and unprotected branches.",
1003+
"default": false
1004+
},
9971005
"untracked": {
9981006
"type": "boolean",
9991007
"markdownDescription": "Use `untracked: true` to cache all files that are untracked in your Git repository. [Learn More](https://docs.gitlab.com/ee/ci/yaml/#cacheuntracked)",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b2a88cfa419ca2ea69ddb0dee89b3882e4cbab80a46a2d055f06298034ece9d8
1+
e518c41d7a265dc1e4d1c036aa7e34453898ba33eb03ada3592ce0640c173aa7

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,16 @@
15691569
"type": "boolean",
15701570
"default": false
15711571
},
1572+
"osgi": {
1573+
"description": "Configuration object for the osgi manager",
1574+
"type": "object",
1575+
"default": {
1576+
"fileMatch": [
1577+
"(^|/)src/main/features/.+\\.json$"
1578+
]
1579+
},
1580+
"$ref": "#"
1581+
},
15721582
"packageRules": {
15731583
"description": "Rules for matching package names.",
15741584
"type": "array",
@@ -2747,6 +2757,7 @@
27472757
"debian",
27482758
"docker",
27492759
"git",
2760+
"go-mod-directive",
27502761
"gradle",
27512762
"hashicorp",
27522763
"helm",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
acf8cd12141609c8c20a8322bbf27019d3f15b8d2796d1888cab45fdee503539
1+
7396189895c709604c928c4d0fbb46f8b794928d3dd4c36cff037f29394e2b09

0 commit comments

Comments
 (0)