From 7325bcb2b2aca941dae85f7ab97d4a206407eeb1 Mon Sep 17 00:00:00 2001 From: "Ben Sheldon [he/him]" Date: Wed, 30 Oct 2024 08:19:37 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0527e6..6bc158e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,26 @@ version: 2 updates: -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: "bundler" + directory: "/" + 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: + interval: monthly