Skip to content

Commit 06297ff

Browse files
committed
fix(ga): Unexpected input(s) 'package-ecosystem', 'directory', valid inputs are ['alert-lookup', 'compat-lookup', 'github-token', 'skip-commit-verification', 'skip-verification']
1 parent bdbff26 commit 06297ff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Run Dependabot
14-
uses: dependabot/fetch-metadata@v1
14+
uses: dependabot/dependabot-core@v1
1515
with:
16-
package-ecosystem: "github-actions"
16+
package-manager: "github-actions"
1717
directory: "/"
18+
target-branch: "main"
19+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)