Skip to content

build: update to expo 52 and react-native 0.76 #39

build: update to expo 52 and react-native 0.76

build: update to expo 52 and react-native 0.76 #39

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && github.ref == 'refs/heads/dependencies'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge ${{ github.event.pull_request.number }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}