From dc0c22e496811493d966def45895e51cd05ab28d Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Fri, 3 May 2024 02:18:51 +0900 Subject: [PATCH] Update dependabot --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 759819d..a08a33c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" +- package-ecosystem: github-actions + directory: / schedule: - interval: "daily" + interval: daily + +- package-ecosystem: terraform + directories: + - /modules/resource-group + - /modules/s3-archive-bucket + - /modules/sqs-aws-event-queue + schedule: + interval: weekly