Skip to content

Commit

Permalink
fix: dependabot auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikFricke committed Jun 1, 2021
1 parent 5ed87f8 commit 7f8fc1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/auto-merge.yml

This file was deleted.

20 changes: 10 additions & 10 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dependabot-auto-merge

name: Dependabot Auto Merge
on:
pull_request:

schedule:
- cron: "0 * * * *"
jobs:
auto-merge:
runs-on: ubuntu-latest
test:
name: Auto-merge minor and patch updates
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
- uses: koj-co/dependabot-pr-action@master
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_GITHUB_TOKEN }}
token: ${{ secrets.DEPENDABOT_AUTO_MERGE_GITHUB_TOKEN }}
merge-minor: true
merge-patch: true

0 comments on commit 7f8fc1b

Please sign in to comment.