From fb44083c80336d1b6af7258adb1e57b257e9b1d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 30 Oct 2025 21:07:21 +0000 Subject: [PATCH] feat(deps): update https://git.tainton.uk/actions/conventional-commits-check-action action to v1.3.0 (#28) 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 | |---|---|---|---| | [https://git.tainton.uk/actions/conventional-commits-check-action](https://git.tainton.uk/actions/conventional-commits-check-action) | action | minor | `v1.2.4` -> `v1.3.0` | --- ### Release Notes
actions/conventional-commits-check-action (https://git.tainton.uk/actions/conventional-commits-check-action) ### [`v1.3.0`](https://git.tainton.uk/actions/conventional-commits-check-action/releases/tag/v1.3.0) [Compare Source](https://git.tainton.uk/actions/conventional-commits-check-action/compare/v1.2.4...v1.3.0) ##### Features - **deps:** update conventional-pre-commit to 4.3.0 ([b6d1665](https://git.tainton.uk/actions/conventional-commits-check-action/commit/b6d16651374e21a51c1c1113be63c775c21287fb))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/docker-dnsmasq/pulls/28 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .gitea/workflows/conventional_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/conventional_commit.yml b/.gitea/workflows/conventional_commit.yml index fc3da85..a2ce159 100644 --- a/.gitea/workflows/conventional_commit.yml +++ b/.gitea/workflows/conventional_commit.yml @@ -11,6 +11,6 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.4 + - uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0 with: commit-message: ${{ gitea.event.pull_request.title }}