Skip to content

Commit 908e5e6

Browse files
chore(deps): renovate: python-jsonschema/check-jsonschema to v0.36.1 (#610)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python-jsonschema/check-jsonschema](https://redirect.github.com/python-jsonschema/check-jsonschema) | repository | minor | `0.35.0` → `0.36.1` | 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://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.36.1`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0361) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.36.0...0.36.1) - Update vendored schemas: buildkite, circle-ci, dependabot, github-issue-forms, github-workflows, gitlab-ci, mergify, readthedocs, renovate, snapcraft, taskfile (2026-01-25) ### [`v0.36.0`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0360) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.35.0...0.36.0) - Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, dependabot, gitlab-ci, mergify, readthedocs, renovate, snapcraft (2025-12-14) - Add GitHub Discussion category forms schema and pre-commit hook. Thanks :user:`edgarrmondragon`! (:pr:`626`) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UCL-ARC/python-tooling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sam Cunliffe <samcunliffe@users.noreply.github.com>
1 parent 4f6b657 commit 908e5e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
- --fix=lf
5050
- id: trailing-whitespace
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.35.0
52+
rev: 0.36.1
5353
hooks:
5454
# Schemas taken from https://www.schemastore.org/json/
5555
- id: check-jsonschema

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.35.0
44+
rev: 0.36.1
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.35.0
44+
rev: 0.36.1
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

0 commit comments

Comments
 (0)