From 8dbd8c1ee81e2fe25801bb39aec72c1e204895ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:15:11 +0000 Subject: [PATCH 1/2] chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_pr.yml b/.github/workflows/dependabot_pr.yml index fdd9b06..d40772b 100644 --- a/.github/workflows/dependabot_pr.yml +++ b/.github/workflows/dependabot_pr.yml @@ -22,7 +22,7 @@ jobs: version: 'Unreleased' - name: Commit the changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore(changelog): automatic update to add dependabot deps bump" branch: ${{ github.head_ref }} From 7479583c8f0ec5bb8a6707ab69c1dae533663523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:15:21 +0000 Subject: [PATCH 2/2] chore(changelog): automatic update to add dependabot deps bump --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d630118..7857874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,3 +20,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `dangoslen/dependabot-changelog-helper` from 3 to 4 ([#57](https://github.com/MechanicalFlower/python-template/pull/57)) - Bump `actions/checkout` from 4 to 5 ([#66](https://github.com/MechanicalFlower/python-template/pull/66)) - Bump `amannn/action-semantic-pull-request` from 5 to 6 ([#67](https://github.com/MechanicalFlower/python-template/pull/67)) +- Bump `stefanzweifel/git-auto-commit-action` from 5 to 7 ([#70](https://github.com/MechanicalFlower/python-template/pull/70))