From cbe726badd71c84faac653caea13fc64b71554fe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Apr 2026 13:56:19 +0000 Subject: [PATCH] chore(deps): update workflow dependencies (minor & patch) (#138) 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.1` → `20.5.2` | | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | minor | `2.0.11` → `2.1.0` | --- ### Release Notes
conventional-changelog/commitlint (commitlint/commitlint) ### [`v20.5.2`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2052-2026-04-25) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.1...v20.5.2) ##### Bug Fixes - update dependency global-directory to v5 ([#​4698](https://github.com/conventional-changelog/commitlint/issues/4698)) ([a8b6224](https://github.com/conventional-changelog/commitlint/commit/a8b622497b5ac1bb8d56791a678cc03021b5ade8))
thegeeklab/git-sv (docker.io/thegeeklab/git-sv) ### [`v2.1.0`](https://github.com/thegeeklab/git-sv/releases/tag/v2.1.0) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.11...v2.1.0) #### v2.1.0 (2026-04-24) ##### Features - add `--force` flag to tag subcommand ([#​308](https://github.com/thegeeklab/git-sv/issues/308)) ([`a75a19d`](https://github.com/thegeeklab/git-sv/commit/a75a19d)) ##### Bug Fixes - **deps:** update module github.com/go-git/go-git/v5 to v5.18.0 \[security] ([#​305](https://github.com/thegeeklab/git-sv/issues/305)) ([`f4262f4`](https://github.com/thegeeklab/git-sv/commit/f4262f4)) - **deps:** update module github.com/rs/zerolog to v1.35.1 ([#​307](https://github.com/thegeeklab/git-sv/issues/307)) ([`21cbde0`](https://github.com/thegeeklab/git-sv/commit/21cbde0)) - **deps:** update module github.com/go-git/go-git/v5 to v5.17.2 ([#​299](https://github.com/thegeeklab/git-sv/issues/299)) ([`995a15b`](https://github.com/thegeeklab/git-sv/commit/995a15b)) - **deps:** update module github.com/urfave/cli/v3 to v3.8.0 ([#​298](https://github.com/thegeeklab/git-sv/issues/298)) ([`7979f3e`](https://github.com/thegeeklab/git-sv/commit/7979f3e)) - **deps:** update module github.com/go-git/go-git/v5 to v5.17.1 ([#​241](https://github.com/thegeeklab/git-sv/issues/241)) ([`1493b53`](https://github.com/thegeeklab/git-sv/commit/1493b53)) ##### Others - **docker:** update docker.io/library/alpine:3.23 docker digest to [`5b10f43`](https://github.com/thegeeklab/git-sv/commit/5b10f43) ([#​302](https://github.com/thegeeklab/git-sv/issues/302)) ([`6f0a618`](https://github.com/thegeeklab/git-sv/commit/6f0a618)) - **deps:** update golang patch version ([#​301](https://github.com/thegeeklab/git-sv/issues/301)) ([`a5f9b09`](https://github.com/thegeeklab/git-sv/commit/a5f9b09)) - **docker:** update docker.io/library/golang:1.26.1 docker digest to [`cd78d88`](https://github.com/thegeeklab/git-sv/commit/cd78d88) ([#​300](https://github.com/thegeeklab/git-sv/issues/300)) ([`446cb83`](https://github.com/thegeeklab/git-sv/commit/446cb83))
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). --------- Co-authored-by: DaanSelen <135789+daanselen@noreply.gitea.com> Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/138 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/changelog.yml | 2 +- .gitea/workflows/commitlint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index 7acf6ba..8657e94 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -8,7 +8,7 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.0.11 + container: docker.io/thegeeklab/git-sv:2.1.0 steps: - name: install tools run: | diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index fc70a91..37bf97e 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.1 + container: commitlint/commitlint:20.5.2 steps: - uses: actions/checkout@v6 - name: check PR title