Skip to content

Commit cc7bb53

Browse files
authored
Run dependabot (#799)
* 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
1 parent b442547 commit cc7bb53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/run-dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ jobs:
1515
with:
1616
package-ecosystem: "github-actions"
1717
directory: "/"
18-
schedule:
19-
interval: "daily"

0 commit comments

Comments
 (0)