Skip to content

Commit

Permalink
Add github-actions as a package ecosystem for dependabot (#7477)
Browse files Browse the repository at this point in the history
* Add github-actions as a package ecosystem for dependabot

* Update interval for github-actions to monthly
  • Loading branch information
timngyn authored May 6, 2024
1 parent c62b7a9 commit d3011e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ updates:
allow:
# Allow updates for any packages starting with "@aws-amplify"
- dependency-name: "@aws-amplify*"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "monthly"

0 comments on commit d3011e5

Please sign in to comment.