Skip to content

Commit 9cbebc0

Browse files
authored
Run dependabot (#800)
* fix(ga): Add GitHub Actions workflow to manually trigger Dependabot. - Created a new workflow file `.github/workflows/run-dependabot.yml` to allow manual triggering of Dependabot using the `workflow_dispatch` event. - Configured the workflow to run Dependabot for GitHub Actions updates. * fix(ga): A mapping was not expected * fix(ga): Unexpected input(s) 'package-ecosystem', 'directory', valid inputs are ['alert-lookup', 'compat-lookup', 'github-token', 'skip-commit-verification', 'skip-verification']
1 parent cc7bb53 commit 9cbebc0

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)