From 36720cc19ee4d876e7b13679d9e9f3e68389db18 Mon Sep 17 00:00:00 2001 From: "Ben Sheldon [he/him]" Date: Mon, 4 Mar 2024 11:52:50 -0800 Subject: [PATCH] Add grouped Dependabot updates for Bundler --- .github/dependabot.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6828983e..8afc1973 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,20 @@ updates: versioning-strategy: increase schedule: interval: weekly + open-pull-requests-limit: 10 + allow: + - dependency-type: "all" + groups: + bundler-rubocop: + patterns: + - "rubocop*" + bundler-all: + update-types: + - minor + - patch + exclude-patterns: + - "rubocop*" - package-ecosystem: github-actions directory: "/" schedule: - interval: daily + interval: weekly