Skip to content

Commit 3e2fb87

Browse files
[vendor-schemas] automated update (#267)
Co-authored-by: sirosen <[email protected]>
1 parent 24ee7c2 commit 3e2fb87

File tree

5 files changed

+31
-16
lines changed

5 files changed

+31
-16
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-05-21)
13+
- Update vendored schemas (2023-05-30)
1414

1515
0.23.0
1616
------

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,11 @@
566566
"macos-10.15",
567567
"macos-11",
568568
"macos-12",
569+
"macos-12-xl",
570+
"macos-13",
571+
"macos-13-xl",
569572
"macos-latest",
573+
"macos-latest-xl",
570574
"self-hosted",
571575
"ubuntu-18.04",
572576
"ubuntu-20.04",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5efe41eacafc5d5810f64be73ec74b0b321c0c3f3f4a1cf1a22435a6430ff6d8
1+
23fdd0a2aaa1fbf58e3ff2daa6fd42722e80df9bc5a1578def82d1749ae95780

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"type": "object",
223223
"default": {
224224
"fileMatch": [
225-
"(^|/)batect(-bundle)?\\.yml$"
225+
"(^|/)batect(-bundle)?\\.ya?ml$"
226226
]
227227
},
228228
"$ref": "#"
@@ -249,6 +249,17 @@
249249
},
250250
"$ref": "#"
251251
},
252+
"bazel-module": {
253+
"description": "Configuration object for the bazel-module manager",
254+
"type": "object",
255+
"default": {
256+
"fileMatch": [
257+
"(^|/)MODULE\\.bazel$"
258+
],
259+
"enabled": false
260+
},
261+
"$ref": "#"
262+
},
252263
"bazelisk": {
253264
"description": "Configuration object for the bazelisk manager",
254265
"type": "object",
@@ -418,7 +429,7 @@
418429
"type": "object",
419430
"default": {
420431
"fileMatch": [
421-
"(^|/)\\.circleci/config\\.yml$"
432+
"(^|/)\\.circleci/config\\.ya?ml$"
422433
]
423434
},
424435
"$ref": "#"
@@ -851,7 +862,7 @@
851862
"type": "object",
852863
"default": {
853864
"fileMatch": [
854-
"(^|/)flux-system/(?:.+/)?gotk-components\\.yaml$"
865+
"(^|/)flux-system/(?:.+/)?gotk-components\\.ya?ml$"
855866
]
856867
},
857868
"$ref": "#"
@@ -994,7 +1005,7 @@
9941005
"type": "object",
9951006
"default": {
9961007
"fileMatch": [
997-
"\\.gitlab-ci\\.yml$"
1008+
"\\.gitlab-ci\\.ya?ml$"
9981009
]
9991010
},
10001011
"$ref": "#"
@@ -1004,7 +1015,7 @@
10041015
"type": "object",
10051016
"default": {
10061017
"fileMatch": [
1007-
"\\.gitlab-ci\\.yml$"
1018+
"\\.gitlab-ci\\.ya?ml$"
10081019
]
10091020
},
10101021
"$ref": "#"
@@ -1106,7 +1117,7 @@
11061117
},
11071118
"commitMessageTopic": "helm chart {{depName}}",
11081119
"fileMatch": [
1109-
"(^|/)requirements\\.yaml$"
1120+
"(^|/)requirements\\.ya?ml$"
11101121
]
11111122
},
11121123
"$ref": "#"
@@ -1117,7 +1128,7 @@
11171128
"default": {
11181129
"commitMessageTopic": "helm values {{depName}}",
11191130
"fileMatch": [
1120-
"(^|/)values\\.yaml$"
1131+
"(^|/)values\\.ya?ml$"
11211132
],
11221133
"pinDigests": false
11231134
},
@@ -1132,7 +1143,7 @@
11321143
},
11331144
"commitMessageTopic": "helm chart {{depName}}",
11341145
"fileMatch": [
1135-
"(^|/)helmfile\\.yaml$"
1146+
"(^|/)helmfile\\.ya?ml$"
11361147
]
11371148
},
11381149
"$ref": "#"
@@ -1154,7 +1165,7 @@
11541165
},
11551166
"commitMessageTopic": "helm chart {{depName}}",
11561167
"fileMatch": [
1157-
"(^|/)Chart\\.yaml$"
1168+
"(^|/)Chart\\.ya?ml$"
11581169
]
11591170
},
11601171
"$ref": "#"
@@ -1473,7 +1484,7 @@
14731484
"commitMessageTopic": null,
14741485
"commitMessageExtra": null,
14751486
"schedule": [
1476-
"before 5am on monday"
1487+
"before 4am on monday"
14771488
],
14781489
"groupName": null,
14791490
"prBodyDefinitions": {
@@ -1929,7 +1940,7 @@
19291940
]
19301941
},
19311942
"matchFiles": {
1932-
"description": "List of strings to do an exact match against package files with full path. Only works inside a `packageRules` object.",
1943+
"description": "List of strings to do an exact match against package and lock files with full path. Only works inside a `packageRules` object.",
19331944
"type": "array",
19341945
"items": {
19351946
"type": "string"
@@ -2421,7 +2432,7 @@
24212432
"commitMessageTopic": "pre-commit hook {{depName}}",
24222433
"enabled": false,
24232434
"fileMatch": [
2424-
"(^|/)\\.pre-commit-config\\.yaml$"
2435+
"(^|/)\\.pre-commit-config\\.ya?ml$"
24252436
],
24262437
"prBodyNotes": [
24272438
"Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions."
@@ -2965,7 +2976,7 @@
29652976
"type": "object",
29662977
"default": {
29672978
"fileMatch": [
2968-
"^\\.travis\\.yml$"
2979+
"^\\.travis\\.ya?ml$"
29692980
],
29702981
"major": {
29712982
"enabled": false
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e5ff4b0118c6bc8a42a1a1fdf31c675a50305958ecdc4dc12eeca6ed2c73761
1+
79372e8f602c05fe2b40d036e096b0bb4eecb3b2debd1ecca84b6dc7316d35d4

0 commit comments

Comments
 (0)