Skip to content

Build(deps): Bump the compatible group with 2 updates #79

Build(deps): Bump the compatible group with 2 updates

Build(deps): Bump the compatible group with 2 updates #79

name: Dependabot Auto Manage
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: frequenz-floss/dependabot-auto-approve@e943399cc9d76fbb6d7faae446cd57301d110165 # v1.5.0
with:
dependency-type: 'all'
auto-merge: 'true'
merge-method: 'merge'
add-label: 'auto-merged'