diff --git a/.github/workflows/run-dependabot.yml b/.github/workflows/run-dependabot.yml index 9e630171..1b3b0e57 100644 --- a/.github/workflows/run-dependabot.yml +++ b/.github/workflows/run-dependabot.yml @@ -11,7 +11,9 @@ jobs: uses: actions/checkout@v4 - name: Run Dependabot - uses: dependabot/fetch-metadata@v1 + uses: dependabot/dependabot-core@v1 with: - package-ecosystem: "github-actions" + package-manager: "github-actions" directory: "/" + target-branch: "main" + open-pull-requests-limit: 5