Skip to content

Commit

Permalink
Run dependabot (#799)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gounthar authored Nov 22, 2024
1 parent b442547 commit cc7bb53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ jobs:
with:
package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit cc7bb53

Please sign in to comment.