From 1aee386b6b65ffdd0471f2912f53bb3be56af20a Mon Sep 17 00:00:00 2001 From: fujiwara Date: Thu, 13 Jun 2024 14:50:56 +0900 Subject: [PATCH] dependabot use groups and actions --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49961f8..dfe776f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,5 +4,13 @@ updates: directory: "/" schedule: interval: monthly - time: "20:00" - open-pull-requests-limit: 10 + target-branch: main + groups: + aws-sdk-go-v2: + patterns: + - "github.com/aws/aws-sdk-go-v2*" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + target-branch: main