summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis <louis@chmn.me>2024-04-29 10:39:11 +0200
committerGitHub <noreply@github.com>2024-04-29 10:39:11 +0200
commiteda813f19496bf77f5be57add3ee70ef8bbaada5 (patch)
tree612730c891c8ac17cbc34b0f35eae254fdec8835
parent481e89d13632fe640e4e98d8bc06c1f6f6b47437 (diff)
parentb1574f35c30620069b040c0d528d5bf2fa4bdfe0 (diff)
Merge pull request #2449 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml
Updating dependabot-approve-merge.yml workflow from template
-rw-r--r--.github/workflows/dependabot-approve-merge.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml
index 00b01961..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,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