Skip to content

Automatically Create Dependabot Target #248

Automatically Create Dependabot Target

Automatically Create Dependabot Target #248

name: Automatically Create Dependabot Target
on:
delete:
branches:
- dependabot-target
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Create Dependabot target branch
uses: peterjgrainger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: dependabot-target