From df4994d3ba593966efb45b6bded574eba1d85f62 Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Fri, 3 May 2024 02:17:28 +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..2618311 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/instance + - /modules/placement-group + - /modules/ssh-key + schedule: + interval: weekly