Skip to content

Update android_logger requirement from 0.14 to 0.15 #6

Update android_logger requirement from 0.14 to 0.15

Update android_logger requirement from 0.14 to 0.15 #6

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request_target:
types: [labeled]
jobs:
auto:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Auto approve pull request, then squash and merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
# target: minor
github-token: ${{ secrets.PAT_REPO_ADMIN }}