Skip to content

Commit 57fff0d

Browse files
authored
Merge pull request #429 from python-jsonschema/vendor-schemas-auto
Update vendored schemas
2 parents cf1014d + e59be75 commit 57fff0d

File tree

9 files changed

+60
-15
lines changed

9 files changed

+60
-15
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 (2024-05-12)
14+
1315
0.28.3
1416
------
1517

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@
163163
"actions": {
164164
"$ref": "#/definitions/permissions-level"
165165
},
166+
"attestations": {
167+
"$ref": "#/definitions/permissions-level"
168+
},
166169
"checks": {
167170
"$ref": "#/definitions/permissions-level"
168171
},

src/check_jsonschema/builtin_schemas/vendor/renovate.json

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,27 @@
174174
},
175175
"default": null
176176
},
177+
"autodiscoverRepoOrder": {
178+
"description": "The order method for autodiscover server side repository search.",
179+
"type": "string",
180+
"enum": [
181+
"asc",
182+
"desc"
183+
],
184+
"default": null
185+
},
186+
"autodiscoverRepoSort": {
187+
"description": "The sort method for autodiscover server side repository search.",
188+
"type": "string",
189+
"enum": [
190+
"alpha",
191+
"created",
192+
"updated",
193+
"size",
194+
"id"
195+
],
196+
"default": null
197+
},
177198
"autodiscoverTopics": {
178199
"description": "Filter the list of autodiscovered repositories by topics.",
179200
"type": "array",
@@ -284,7 +305,7 @@
284305
"type": "object",
285306
"default": {
286307
"fileMatch": [
287-
"(^|/)WORKSPACE(|\\.bazel)$",
308+
"(^|/)WORKSPACE(|\\.bazel|\\.bzlmod)$",
288309
"\\.bzl$"
289310
]
290311
},
@@ -944,7 +965,7 @@
944965
"dockerSidecarImage": {
945966
"description": "Change this value to override the default Renovate sidecar image.",
946967
"type": "string",
947-
"default": "ghcr.io/containerbase/sidecar:10.6.0"
968+
"default": "ghcr.io/containerbase/sidecar:10.6.9"
948969
},
949970
"dockerUser": {
950971
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
@@ -1684,7 +1705,7 @@
16841705
"default": "{{parentOrg}}/renovate-config"
16851706
},
16861707
"inheritConfigStrict": {
1687-
"description": "If `true`, any `inheritedConfig` fetch errror will result in an aborted run.",
1708+
"description": "If `true`, any `inheritedConfig` fetch error will result in an aborted run.",
16881709
"type": "boolean",
16891710
"default": false
16901711
},
@@ -1866,7 +1887,8 @@
18661887
"default": {
18671888
"fileMatch": [
18681889
"(^|/|\\.)pom\\.xml$",
1869-
"^(((\\.mvn)|(\\.m2))/)?settings\\.xml$"
1890+
"^(((\\.mvn)|(\\.m2))/)?settings\\.xml$",
1891+
"(^|/)\\.mvn/extensions\\.xml$"
18701892
],
18711893
"versioning": "maven"
18721894
},
@@ -1939,6 +1961,15 @@
19391961
},
19401962
"$ref": "#"
19411963
},
1964+
"mode": {
1965+
"description": "Mode of operation.",
1966+
"type": "string",
1967+
"enum": [
1968+
"full",
1969+
"silent"
1970+
],
1971+
"default": "full"
1972+
},
19421973
"nix": {
19431974
"description": "Configuration object for the nix manager",
19441975
"type": "object",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1b24b33d22188a8b4f3f353c38ffed01e45128b849c2329f5e2caa6550684513
1+
94475510f33ed1503fa6f6899900927fa5693b4f9cf759209a0dc76a267af9a3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
55cc2bb903967bb6d13744bd895e96717ebe2ab785fe3dfcc23c1a7c42b759e2
1+
137002a9d5f629cb0907119a78004de3f21ab0810bf3d338cdb011855179a572
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4f4897c0732ae4b76f2b42c7408ada689a5975088140676e708ff411ce8a2e92
1+
923d56a92dc5f6516fb615a778c62dacc5f11126ad887d7f747a0ec2573021a4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
004b2133059640755375e1c5cb899a3f026c305147145cdd0f47563fa91f9961
1+
c265e82d6daa54496cae7678de07442d9a7d36cd2ce42d06c17f4558356accb5

src/check_jsonschema/builtin_schemas/vendor/taskfile.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@
285285
"yaml": {
286286
"type": "string",
287287
"description": "The value will parsed as a YAML string and stored in the variable"
288-
},
289-
"additionalProperties": false
290-
}
288+
}
289+
},
290+
"additionalProperties": false
291291
},
292292
"task_call": {
293293
"type": "object",
@@ -512,7 +512,7 @@
512512
"type": "object",
513513
"properties": {
514514
"exclude": {
515-
"description": "File or glob patter to exclude from the list",
515+
"description": "File or glob pattern to exclude from the list",
516516
"type": "string"
517517
}
518518
}
@@ -648,7 +648,7 @@
648648
"$ref": "#/definitions/tasks"
649649
},
650650
"silent": {
651-
"description": "Default 'silent' options for this Taskfile. If `false`, can be overidden with `true` in a task by task basis.",
651+
"description": "Default 'silent' options for this Taskfile. If `false`, can be overridden with `true` in a task by task basis.",
652652
"type": "boolean"
653653
},
654654
"set": {

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,17 @@
706706
"description": "Advanced options for the kubernetes agent backends",
707707
"type": "object",
708708
"properties": {
709-
"resources": {
710-
"$ref": "#/definitions/step_backend_kubernetes_resources"
709+
"labels": {
710+
"type": "object",
711+
"additionalProperties": {
712+
"type": ["boolean", "string", "number"]
713+
}
714+
},
715+
"annotations": {
716+
"type": "object",
717+
"additionalProperties": {
718+
"type": ["boolean", "string", "number"]
719+
}
711720
},
712721
"securityContext": {
713722
"$ref": "#/definitions/step_backend_kubernetes_security_context"

0 commit comments

Comments
 (0)