Skip to content

Bump the cargo_dependencies group with 2 updates #29

Bump the cargo_dependencies group with 2 updates

Bump the cargo_dependencies group with 2 updates #29

name: Dependabot Changelog Entry
on:
pull_request:
types: [opened, reopened]
branches: [ main, master ]
jobs:
update-changelog:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: crambl/dependabot-changelog-writer@trunk
with:
push-token: ${{ secrets.PAT_PUSH }}