Skip to content

Commit

Permalink
ci: auto-approve dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jan 18, 2024
1 parent 08232fe commit 48ff9c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Auto-approve Dependabot PRs
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.BOT_TOKEN }}

- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @sellth @mkuhring @holtgrewe
* @sellth @mkuhring @holtgrewe @varfish-bot

0 comments on commit 48ff9c7

Please sign in to comment.