Skip to content

Commit 15628c2

Browse files
authored
fix: allow dependabot to update all packages (#8411)
1 parent 2b9173e commit 15628c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
allow:
8-
# Allow updates for any packages starting with "@aws-amplify"
9-
- dependency-name: "@aws-amplify*"
107
# Maintain dependencies for GitHub Actions
118
- package-ecosystem: "github-actions"
129
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)

0 commit comments

Comments
 (0)