diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71a4f5c690c..8a97ea6a68d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,6 @@ updates: directory: "/" schedule: interval: "daily" - 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: "/"`.)