From f23fa6f28e59ebda19d0fdbfa89ab2f99b0fea6d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Oct 2025 08:09:26 +0000 Subject: [PATCH] chore(deps): update commitlint/commitlint docker tag to v20 (#70) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [commitlint/commitlint](https://github.com/conventional-changelog/commitlint) | container | major | `19.9.1` -> `20.1.0` | --- ### Release Notes
conventional-changelog/commitlint (commitlint/commitlint) ### [`v20.1.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2010-2025-09-30) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.0.0...v20.1.0) ##### Bug Fixes - **resolve-extends:** add import attribute for JSON config files ([#​4551](https://github.com/conventional-changelog/commitlint/issues/4551)) ([82936c9](https://github.com/conventional-changelog/commitlint/commit/82936c90a2845b4f5721eef3c71d6183416d5b78)) ##### Features - **config-pnpm-scopes:** allow global scope ([#​4553](https://github.com/conventional-changelog/commitlint/issues/4553)) ([e571970](https://github.com/conventional-changelog/commitlint/commit/e57197061447eb9ea74b8d81ab003ad3b4652be6)) ### [`v20.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2000-2025-09-25) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0) ##### Bug Fixes - update dependency tar-fs to v3.1.1 \[security] ([#​4550](https://github.com/conventional-changelog/commitlint/issues/4550)) ([273a43e](https://github.com/conventional-changelog/commitlint/commit/273a43e359fc04b7b8f4b4949ec7ecc07718b786)) - feat(rules)!: make body-max-line-length ignore lines with URLs ([#​4486](https://github.com/conventional-changelog/commitlint/issues/4486)) ([2f37a88](https://github.com/conventional-changelog/commitlint/commit/2f37a886be4b07bcd8e1126cc6a13256e7b6cc37)), closes [#​4486](https://github.com/conventional-changelog/commitlint/issues/4486) ##### BREAKING CHANGES - when lines contain URLs exceeding the maximum line length `body-max-line-length` will be ignored #### [19.9.1](https://github.com/conventional-changelog/commitlint/compare/v19.9.0...v19.9.1) (2025-08-29) ##### Bug Fixes - add TypeScript support and configuration for pnpm scopes ([#​4544](https://github.com/conventional-changelog/commitlint/issues/4544)) ([ea75778](https://github.com/conventional-changelog/commitlint/commit/ea75778e8d32c932d85062902456cd821e471fdd))
--- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/70 Reviewed-by: DaanSelen Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index b526bba..2e50fc1 100644 --- a/.gitea/workflows/commitlint.yml +++ b/.gitea/workflows/commitlint.yml @@ -11,7 +11,7 @@ on: jobs: check-and-test: runs-on: ubuntu-latest - container: commitlint/commitlint:19.9.1 + container: commitlint/commitlint:20.1.0 steps: - uses: actions/checkout@v5 - name: check PR title