Skip to content

🔧 (deps): Bump actions/checkout from 3 to 4 #1

🔧 (deps): Bump actions/checkout from 3 to 4

🔧 (deps): Bump actions/checkout from 3 to 4 #1

# see https://github.com/marketplace/actions/dependabot-auto-merge
name: "Dependabot Automerge"
on: pull_request_target
jobs:
auto-merge:
if: startsWith(github.head_ref, 'dependabot')
runs-on: ubuntu-latest
steps:
# Check if auto merges/deploys are allowed
- name: Auto Merges/deploys allowed?
uses: 1debit/pr-auto-merge-action@v1
# Check if PR can be auto-approved
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }} # 1debitops token
config: .github/dependabot-auto-merge.config.yml