Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

πŸ”„ Sync with @Andrews-McMeel-Universal/action_template #10

πŸ”„ Sync with @Andrews-McMeel-Universal/action_template

πŸ”„ Sync with @Andrews-McMeel-Universal/action_template #10

name: πŸ€– Dependabot Automations
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches: [main, development]
permissions:
pull-requests: write
contents: write
repository-projects: write
jobs:
dependabot-automations:
if: ${{ github.actor == 'dependabot[bot]' }}
name: Dependabot PR Automations
uses: Andrews-McMeel-Universal/reusable_workflows/.github/workflows/dependabot-automations.yaml@2
with:
autoApprove: true
autoMerge: false
required-checks:
name: Required Checks
runs-on: ubuntu-latest
needs: [dependabot-automations]
steps:
- name: Checkout code
uses: actions/checkout@v3