From e78c0ec22a88a941cd8c84f35686b6bf7d7b14a9 Mon Sep 17 00:00:00 2001 From: Galib Sarayev Date: Thu, 14 Aug 2025 16:20:02 +0200 Subject: [PATCH] fix: allow dependabot to update all packages --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) 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: "/"`.)