From e175c6c34e623ecca04e29879f3713b9e1cd1d0a Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Fri, 3 May 2024 02:19:08 +0900 Subject: [PATCH] Update dependabot --- .github/dependabot.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 759819d..31d7ee2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,17 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" +- package-ecosystem: github-actions + directory: / schedule: - interval: "daily" + interval: daily + +- package-ecosystem: terraform + directories: + - /modules/nacl + - /modules/nat-gateway + - /modules/route-table + - /modules/security-group + - /modules/subnet-group + - /modules/vpc + schedule: + interval: weekly