Skip to content

Build(deps-dev): Bump @whitespace/storybook-addon-html from 6.1.1 to 9.0.0 #1232

Build(deps-dev): Bump @whitespace/storybook-addon-html from 6.1.1 to 9.0.0

Build(deps-dev): Bump @whitespace/storybook-addon-html from 6.1.1 to 9.0.0 #1232

name: Dependabot Auto-Merge
on:
pull_request_target:
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-22.04
steps:
- uses: abtion/dependabot-auto-merge@v1.1.0
with:
config: >-
[
{ "update-type": "semver-minor" },
]
github-token: ${{ secrets.GITHUB_TOKEN }}