Skip to content

build(deps-dev): bump @react-native-picker/picker from 2.5.1 to 2.8.1 #117

build(deps-dev): bump @react-native-picker/picker from 2.5.1 to 2.8.1

build(deps-dev): bump @react-native-picker/picker from 2.5.1 to 2.8.1 #117

Workflow file for this run

name: dependabot
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, 'deps-dev')
steps:
- name: Approve Dependabot PR
run: gh pr review --approve ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ github.token }}