From 5409e2c949df12d6fdb7e1d9dc36705a8c715f85 Mon Sep 17 00:00:00 2001 From: "Ben Sheldon [he/him]" Date: Sat, 14 Sep 2024 10:36:23 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 975863c87..223b2b477 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,21 @@ updates: schedule: interval: "monthly" groups: + bundler-lint: + patterns: + - brakeman + - erb_lint + - rubocop + - rubocop-* bundler-dependencies: patterns: - "*" exclude-patterns: - puma + - brakeman + - erb_lint + - rubocop" + - rubocop-* - package-ecosystem: github-actions directory: "/" schedule: