Skip to content

Commit

Permalink
build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [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](stefanzweifel/git-auto-commit-action@v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

ci(dependabot_changelog_update): fix dependabot changelog update
  • Loading branch information
dependabot[bot] authored and anthony-gomez-fastly committed Feb 24, 2025
1 parent a0169fb commit c389f69
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/dependabot_changelog_update.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
name: 'dependabot-pull-request'
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
on: pull_request
# pull_request:
# types:
# - opened
# - synchronize
# - reopened
# - ready_for_review
# - labeled
# - unlabeled
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v4
- uses: dangoslen/dependabot-changelog-helper@v3
with:
activationLabels: dependencies
changelogPath: './CHANGELOG.md'
changelogPath: 'CHANGELOG.md'
entryPrefix: 'build(deps): '
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs(CHANGELOG.md): add dependency bump from dependabot"

0 comments on commit c389f69

Please sign in to comment.