From 4bcc7fde2e8744826019470a073835258467adbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:01:24 +0000 Subject: [PATCH 1/2] build(deps): bump ytanikin/pr-conventional-commits from 1.4.0 to 1.4.2 Bumps [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/1.4.0...1.4.2) --- updated-dependencies: - dependency-name: ytanikin/pr-conventional-commits dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 654ad78..3b2cdd4 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@1.4.0 + uses: ytanikin/pr-conventional-commits@1.4.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' From dd1151ddc7bad53b2e2153784aa88f5806e3383b Mon Sep 17 00:00:00 2001 From: CBDQ Bot Account <136103132+cbdqbot@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:01:55 +0000 Subject: [PATCH 2/2] chg: dev: Update change log. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06de26d..a302505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ * Build and test a base Python image. [Ben Dalling] +### Build + +* Bump ytanikin/pr-conventional-commits from 1.4.0 to 1.4.2. [dependabot[bot]] + + Bumps [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits) from 1.4.0 to 1.4.2. + - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) + - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/1.4.0...1.4.2) + + --- + updated-dependencies: + - dependency-name: ytanikin/pr-conventional-commits + dependency-version: 1.4.2 + dependency-type: direct:production + update-type: version-update:semver-patch + ... + ### Continuous Integration * Add build and test targets in GitHub workflow. [Ben Dalling]