From b30a4f58a11a2c4af382aa9ee6b40dbea871d14e Mon Sep 17 00:00:00 2001 From: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:58:07 -0500 Subject: [PATCH] chore: update dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e31090..ac56259 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,24 @@ updates: directory: / schedule: interval: daily + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: 'all' + groups: + bundler: + applies-to: version-updates + patterns: + - '*' - package-ecosystem: npm directory: / schedule: interval: daily + allow: + # Allow both direct and indirect updates for all packages + - dependency-type: 'all' + groups: + npm: + applies-to: version-updates + patterns: + - '*'