diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-04-26 20:20:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 20:20:55 +0200 |
commit | 4049485ec6239845f97a1e3f8912ce29b4ce881a (patch) | |
tree | 6b55c1963553af8f2349d9079b8a7ba7d0692696 | |
parent | 2e910e307023aa1c8d6ecc2b327b4d3877ad45bf (diff) | |
parent | db5adbd7c468f9f06e8acdb3ab7a06014e7c9598 (diff) | |
download | nextcloud-server-4049485ec6239845f97a1e3f8912ce29b4ce881a.tar.gz nextcloud-server-4049485ec6239845f97a1e3f8912ce29b4ce881a.zip |
Merge pull request #45066 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.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-approve-merge.yml b/.github/workflows/dependabot-approve-merge.yml index 00b019613f5..b5a8f0b8ccd 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 |