From 5116a6a23dd05e9021717379a11b358326ac8894 Mon Sep 17 00:00:00 2001 From: MaineK00n Date: Tue, 28 May 2024 10:39:13 +0900 Subject: [PATCH] feat(ci): group aws-sdk-go-v2 updates, check github actions update (#1941) * feat(ci): group aws-sdk-go-v2 updates * faet(ci): add github actions update --- .github/dependabot.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8e48e164..eb854eed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,19 @@ version: 2 updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: github-actions + directory: / schedule: - interval: "weekly" - target-branch: "master" + interval: monthly + target-branch: master + - package-ecosystem: gomod # See documentation for possible values + open-pull-requests-limit: 10 + directory: / # Location of package manifests + schedule: + interval: weekly + groups: + aws: + patterns: + - github.com/aws/aws-sdk-go-v2 + - github.com/aws/aws-sdk-go-v2/* + target-branch: master