Skip to content

chore: add Dependabot + agent workflow (PS-4701) #1

chore: add Dependabot + agent workflow (PS-4701)

chore: add Dependabot + agent workflow (PS-4701) #1

name: Dependabot Agent
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
dependabot:
if: |
(github.actor == 'dependabot[bot]' || github.actor == 'app/dependabot') &&
startsWith(github.event.pull_request.head.ref, 'dependabot/')
uses: unbounce/agentic-tools/.github/workflows/dependabot-agent-shared.yml@main

Check failure on line 16 in .github/workflows/dependabot-agent.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot-agent.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dependabot-agent.yml" -> "unbounce/agentic-tools/.github/workflows/dependabot-agent-shared.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
ecosystem: none
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}