From 6aa2e6ba61b26e458a3420b63f66edbe3b7c5144 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 May 2026 06:54:36 +0000 Subject: [PATCH] chore(deps): update commitlint/commitlint docker tag to v20.5.3 (#140) 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 | patch | `20.5.2` → `20.5.3` | --- ### Release Notes
conventional-changelog/commitlint (commitlint/commitlint) ### [`v20.5.3`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2053-2026-04-30) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) **Note:** Version bump only for package [@​commitlint/root](https://github.com/commitlint/root)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/140 Reviewed-by: DaanSelen <135789+daanselen@noreply.gitea.com> 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 37bf97e..d79e272 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:20.5.2 + container: commitlint/commitlint:20.5.3 steps: - uses: actions/checkout@v6 - name: check PR title