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