Skip to content

Commit e5c946c

Browse files
committed
Fix minor bug in vendor schemas script
+ run it to get the latest mergify + renovate schemas
1 parent bfd58f0 commit e5c946c

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

Diff for: CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Unreleased
1111
.. vendor-insert-here
1212
1313
- Update vendored schemas: circle-ci, github-workflows, mergify, renovate, taskfile
14-
(2025-02-28)
14+
(2025-03-07)
1515

1616
0.31.2
1717
------

Diff for: scripts/vendor-schemas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
EXISTING_CHANGELINE_PATTERN = re.compile(
2020
re.escape(VENDOR_SLUG)
2121
+ "\n?- Update vendored schemas: "
22-
+ r"([\w-]+(,\s+[\w-]+)*) "
22+
+ r"([\w-]+(,\s+[\w-]+)*)\s+"
2323
+ r"\(\d{4}-\d{2}-\d{2}\)"
2424
+ "\n",
2525
flags=re.MULTILINE,

Diff for: src/check_jsonschema/builtin_schemas/vendor/mergify.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"default": [
348348
"check"
349349
],
350-
"description": "List of reporting modes for the action's result.",
350+
"description": "Reporting modes for the action's result. Check will create a check on the pull request, and comment will post a comment on the pull request.",
351351
"items": {
352352
"enum": [
353353
"check",
@@ -812,7 +812,7 @@
812812
"default": [
813813
"check"
814814
],
815-
"description": "List of reporting modes for the action's result.",
815+
"description": "Reporting modes for the action's result. Check will create a check on the pull request, and comment will post a comment on the pull request.",
816816
"items": {
817817
"enum": [
818818
"check",
@@ -1706,7 +1706,8 @@
17061706
"PULL_REQUEST_UPDATED",
17071707
"MERGE_QUEUE_RESET",
17081708
"INCOMPATIBILITY_WITH_BRANCH_PROTECTIONS",
1709-
"PR_MANUALLY_MERGED"
1709+
"PR_MANUALLY_MERGED",
1710+
"DRAFT_PULL_REQUEST_CREATION_FAILED"
17101711
],
17111712
"type": "string"
17121713
},

Diff for: src/check_jsonschema/builtin_schemas/vendor/renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@
885885
"type": "string",
886886
"enum": [
887887
"json",
888+
"toml",
888889
"yaml"
889890
]
890891
},
@@ -1090,7 +1091,7 @@
10901091
"dockerSidecarImage": {
10911092
"description": "Change this value to override the default Renovate sidecar image.",
10921093
"type": "string",
1093-
"default": "ghcr.io/containerbase/sidecar:13.7.2"
1094+
"default": "ghcr.io/containerbase/sidecar:13.8.4"
10941095
},
10951096
"dockerUser": {
10961097
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
acebe3821816bbf8e9dafbd15146dfce5a12f9c49075e6132cb56b51f47a53ec
1+
fdab26935842c3462745512106824a5aca147f86d15b7accc9e49c81dbc4bc5a
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
62f681572cbb7f62690f245583e1ef6dab7d86e49767744c68748b9bdf5fa57a
1+
6cd4ba56fbd2a370764ad0dda37fcdd0dee0f6d7fd08674b2c50f4c103fb38f9

0 commit comments

Comments
 (0)