Skip to content

Merge pull request #791 from nextcloud/renovate/com.mebigfatguy.fb-co… #994

Merge pull request #791 from nextcloud/renovate/com.mebigfatguy.fb-co…

Merge pull request #791 from nextcloud/renovate/com.mebigfatguy.fb-co… #994

* SPDX-FileCopyrightText: 2020-2024 Nextcloud GmbH and Nextcloud contributors

Check failure on line 1 in .github/workflows/autoApproveDependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/autoApproveDependabot.yml

Invalid workflow file

You have an error in your yaml syntax
* SPDX-FileCopyrightText: 2020 Tobias Kaminsky <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
name: Dependabot
on: pull_request_target
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
# Default github action approve
- uses: hmarr/[email protected]
if: github.ref == 'refs/heads/master' &&
(github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# Nextcloud bot approve and merge request
- uses: ahmadnassri/action-dependabot-auto-merge@v2
if: github.ref == 'refs/heads/master' &&
(github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]')
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}