Skip to content

Commit

Permalink
add dependabot_automerge.yml (#40)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cf92fb)

Bump @slack/web-api from 6.9.1 to 7.0.2

Bumps [@slack/web-api](https://github.com/slackapi/node-slack-sdk) from 6.9.1 to 7.0.2.
- [Release notes](https://github.com/slackapi/node-slack-sdk/releases)
- [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected])

---
updated-dependencies:
- dependency-name: "@slack/web-api"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and franklychilled committed Feb 26, 2024
1 parent 4e329be commit a947173
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 127 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Dependabot Workflow
on:
pull_request_target

jobs:
set-token:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit a947173

Please sign in to comment.