From 808b9ccc4497ceff2d8696394e21af35f2477e32 Mon Sep 17 00:00:00 2001 From: Aaron <10715707+ahaverbuch@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:39:43 -0400 Subject: [PATCH] action* with rails as well --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aacebef..95551f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,10 +27,12 @@ updates: patterns: - "*" exclude-patterns: - - "active*" - "rails" + - "active*" + - "action*" rails: patterns: - "rails" - "active*" + - "action*"