Skip to content

Commit dbb1ed6

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

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13+
- Update vendored schemas (2023-01-06)
14+
1315
0.20.0
1416
------
1517

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,28 @@
656656
}
657657
]
658658
},
659+
{
660+
"$comment": "https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-runners-in-a-group",
661+
"type": "object",
662+
"properties": {
663+
"group": {
664+
"type": "string"
665+
},
666+
"labels": {
667+
"oneOf": [
668+
{
669+
"type": "string"
670+
},
671+
{
672+
"type": "array",
673+
"items": {
674+
"type": "string"
675+
}
676+
}
677+
]
678+
}
679+
}
680+
},
659681
{
660682
"$ref": "#/definitions/stringContainingExpressionSyntax"
661683
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
081a0c337a722fafa75f165dfebc0d759575542bcde807ea41a97ccd2399314c
1+
924cb4f3d6de0d65f36538f52c4e960970b8af7c0834eeebb84efa520d67d270

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2865,7 +2865,7 @@
28652865
"type": "object",
28662866
"default": {
28672867
"fileMatch": [
2868-
"(^|\\/)\\.woodpecker[^/]*\\.ya?ml$"
2868+
"^\\.woodpecker(?:\\/[^/]+)?\\.ya?ml$"
28692869
]
28702870
},
28712871
"$ref": "#"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
03980f05fdd701a8f433055d8bdd85f2dc28529163900a2ec32a7ba8cef89336
1+
b8bb18e3d6d49ae9f132eb6c9920b1a63446c668c8b910b10886d20280e94860

0 commit comments

Comments
 (0)