Skip to content

Commit

Permalink
Create dependabot-auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanCarloMachado authored Jun 19, 2024
1 parent 6fcdd7d commit 4fdd38e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Dependabot auto-merge
on:
schedule:
- cron: '*/2 * * * *'

permissions:
contents: write
pull-requests: write

jobs:
auto-merge:
name: Auto merge
runs-on: [node-small, self-hosted]

steps:
- name: Checkout
uses: actions/[email protected]
- name: Merge PRs
uses: getyourguide/actions/dependabot-merge@main
with:
github_token: ${{ secrets.GYGROBOT_PR_TOKEN }}
slack_channel: "#mlplatform-alerts"
slack_dependabot_token: ${{ secrets.SLACK_DEPENDABOT_TOKEN }} # globally accessible
slack_ping_support: true

0 comments on commit 4fdd38e

Please sign in to comment.