From 053253bd1c76b5db545ff93093aa1e7da17613ee Mon Sep 17 00:00:00 2001 From: stephsachrajda Date: Thu, 11 Jul 2024 15:55:16 -0600 Subject: [PATCH] group and adjust time --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b74a0c59..212d5690 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,15 @@ updates: - package-ecosystem: bundler directory: "/ruby/" schedule: - interval: daily - open-pull-requests-limit: 10 + interval: weekly + time: "14:00" + open-pull-requests-limit: 100 insecure-external-code-execution: allow registries: "*" + groups: + minor-gem-update: + update-types: + - "minor" + patch-gem-update: + update-types: + - "patch"