summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-04-26 18:10:57 +0000
committerNextcloud bot <bot@nextcloud.com>2024-04-26 18:10:57 +0000
commite87710f61f3a19d0b7ae3dc96d3942015fc073c9 (patch)
tree8ad2eb6065b1ced6bdca3bc7a7de9ae5540e9118
parent5fb1d6c61b5bce234da14a53454cabb07cfdb884 (diff)
Updating dependabot-approve-merge.yml workflow from templatefeat/workflow-auto-update-dependabot-approve-merge.yml
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/dependabot-approve-merge.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 9951547f..b5a8f0b8 100644
--- a/.github/workflows/dependabot-approve-merge.yml
+++ b/.github/workflows/dependabot-approve-merge.yml
@@ -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
@@ -21,8 +24,8 @@ concurrency:
jobs:
auto-approve-merge:
- if: github.actor == 'dependabot[bot]'
- runs-on: ubuntu-latest
+ if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]'
+ runs-on: ubuntu-latest-low
permissions:
# for hmarr/auto-approve-action to approve PRs
pull-requests: write