From 3f1ad5a28271dbf23e2ff278d23803233f752ff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 14:49:37 +0200 Subject: [PATCH] chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v3.3.0 (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [compilerla/conventional-pre-commit](https://togithub.com/compilerla/conventional-pre-commit) | repository | minor | `v3.2.0` -> `v3.3.0` | 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://togithub.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes
compilerla/conventional-pre-commit (compilerla/conventional-pre-commit) ### [`v3.3.0`](https://togithub.com/compilerla/conventional-pre-commit/releases/tag/v3.3.0) [Compare Source](https://togithub.com/compilerla/conventional-pre-commit/compare/v3.2.0...v3.3.0) - added scopes argument to specify valid scopes by [@​mjspeck](https://togithub.com/mjspeck) in [https://github.com/compilerla/conventional-pre-commit/pull/102](https://togithub.com/compilerla/conventional-pre-commit/pull/102) #### What's Changed - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/97](https://togithub.com/compilerla/conventional-pre-commit/pull/97) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/98](https://togithub.com/compilerla/conventional-pre-commit/pull/98) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/99](https://togithub.com/compilerla/conventional-pre-commit/pull/99) - chore(pre-commit): autoupdate hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/compilerla/conventional-pre-commit/pull/100](https://togithub.com/compilerla/conventional-pre-commit/pull/100) - feat(format): added scopes argument to specify valid scopes by [@​mjspeck](https://togithub.com/mjspeck) in [https://github.com/compilerla/conventional-pre-commit/pull/102](https://togithub.com/compilerla/conventional-pre-commit/pull/102) #### New Contributors - [@​mjspeck](https://togithub.com/mjspeck) made their first contribution in [https://github.com/compilerla/conventional-pre-commit/pull/102](https://togithub.com/compilerla/conventional-pre-commit/pull/102) **Full Changelog**: https://github.com/compilerla/conventional-pre-commit/compare/v3.2.0...v3.3.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/anza-labs/charts). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9583cae..7f4ffa7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.2.0 + rev: v3.3.0 hooks: - id: conventional-pre-commit stages: [commit-msg]