From 15c3b2c8e17a8c0594a781a1e57b7fe04da3406c Mon Sep 17 00:00:00 2001 From: fujiwara Date: Fri, 28 Jun 2024 23:00:23 +0900 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b9c8923 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: "/" + schedule: + interval: monthly + groups: + aws-sdk-go-v2: + patterns: + - "github.com/aws/aws-sdk-go-v2*" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly