Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

build(deps): bump gatsby-source-medium from 4.25.0 to 5.12.0 in /gatsby-theme-mate #52

build(deps): bump gatsby-source-medium from 4.25.0 to 5.12.0 in /gatsby-theme-mate

build(deps): bump gatsby-source-medium from 4.25.0 to 5.12.0 in /gatsby-theme-mate #52

Workflow file for this run

name: auto-merge
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_PR_TOKEN }}