Skip to content

fix(fastly): Increase maximum dictionary size to 25,000 items. #169

fix(fastly): Increase maximum dictionary size to 25,000 items.

fix(fastly): Increase maximum dictionary size to 25,000 items. #169

name: Generate changelog entry for Dependabot
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
dependabot-changelog-update:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Generate a GitHub token
id: github-token
uses: actions/create-github-app-token@v2
with:
app-id: ${{ vars.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: "go-fastly"
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ steps.github-token.outputs.token }}
- name: Generate changelog entry
uses: dangoslen/dependabot-changelog-helper@v4
with:
activationLabels: dependencies
changelogPath: './CHANGELOG.md'
entryPrefix: 'build(deps): '
- name: Commit changelog entry
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "docs(CHANGELOG.md): add dependency bump from dependabot"