Skip to content

chore(deps): bump axios-retry from 3.1.9 to 3.6.0 #542

chore(deps): bump axios-retry from 3.1.9 to 3.6.0

chore(deps): bump axios-retry from 3.1.9 to 3.6.0 #542

name: 'Merge Dependencies'
# https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
# https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60#issuecomment-806027389
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3
- name: 'Automerge dependency updates from Dependabot'
uses: ahmadnassri/[email protected]
# Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions)
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GH_AUTOMERGE_TOKEN }}