Skip to content

Move dependabot automation action to workflows folder #1

Move dependabot automation action to workflows folder

Move dependabot automation action to workflows folder #1

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
review-dependabot-pr:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable Dependabot automation
uses: mozilla/syseng-pod/actions/dependabot-automerge@main