Skip to content

chore(deps): bump hotdata-runtime from 0.2.3 to 0.2.4 #6

chore(deps): bump hotdata-runtime from 0.2.3 to 0.2.4

chore(deps): bump hotdata-runtime from 0.2.3 to 0.2.4 #6

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --squash --auto "${{ github.event.pull_request.number }}" --repo "${{ github.repository }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}