build(deps): bump golang.org/x/oauth2 from 0.0.0-20211104180415-d3ed0bb246c8 to 0.14.0 #151
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto merge Dependabot | |
on: pull_request_target | |
jobs: | |
auto-merge: | |
if: github.actor == 'dependabot[bot]' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Auto merge Dependabot | |
uses: ahmadnassri/action-dependabot-auto-merge@v2 | |
with: | |
target: minor | |
github-token: ${{ secrets.DEPENDABOT_TOKEN }} |