summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-09-12 12:02:19 +0200
committerGitHub <noreply@github.com>2020-09-12 12:02:19 +0200
commit0bdff8348cd10de4ec4def9d518986aafb2e1479 (patch)
treee33e5976bdeb5d21e68579796a0b3d7595b6d036 /.github
parent3f7d734656f1b8bfc3f96460d1e98798c83004c5 (diff)
Auto approve minors as well
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot-approve-merge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 201d7f5e..88301035 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -15,5 +15,5 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@v1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
- target: patch
+ target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}