summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-09-12 11:59:01 +0200
committerGitHub <noreply@github.com>2020-09-12 11:59:01 +0200
commita69860353820d03a2e8d3a527a6760c0416f2052 (patch)
treed7ff94db2d116f6cd0e0ef60468ec4826ed1a399 /.github
parent52b7e2ab352fd83ca241b45d82167ea3b06004bf (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 }}