Skip to content

Commit

Permalink
Merge pull request #1281 from nextcloud/feat/workflow-auto-update-dep…
Browse files Browse the repository at this point in the history
…endabot-approve-merge.yml

Updating dependabot-approve-merge.yml workflow from template
  • Loading branch information
juliushaertl committed Jul 12, 2024
2 parents 0de6a61 + 39da75b commit 1733a81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Dependabot

Expand All @@ -21,7 +24,7 @@ concurrency:

jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'
if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]'
runs-on: ubuntu-latest-low
permissions:
# for hmarr/auto-approve-action to approve PRs
Expand Down

0 comments on commit 1733a81

Please sign in to comment.