From 21c0feb4afc43e0b1b759fbdd0f46117d5108c4f Mon Sep 17 00:00:00 2001 From: Aleksandr Shevchuk Date: Fri, 22 Mar 2024 16:14:27 +0300 Subject: [PATCH] make dependabot updates monthly + single PR --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2fccaad8..41d86f06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,18 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: daily + interval: "monthly" + groups: + dev-dependencies: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: "monthly" + groups: + actions-dependencies: + applies-to: version-updates + patterns: + - "*"