Skip to content

Run Dependabot

Run Dependabot #4

name: Run Dependabot
on:
workflow_dispatch: # Allows manual triggering of the workflow
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Dependabot
uses: dependabot/[email protected]
with:
package-manager: "github-actions"
directory: "/"
target-branch: "main"
open-pull-requests-limit: 5