From 7e77827b078fe95240fa74c703d91689cd855691 Mon Sep 17 00:00:00 2001 From: Matthias Hauber <55030956+mahauber@users.noreply.github.com> Date: Fri, 24 Nov 2023 20:02:03 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ecc503..cb465bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,17 @@ version: 2 updates: - package-ecosystem: "terraform" - directory: "/" + directory: "/modules/base" + schedule: + interval: "weekly" + day: "sunday" + - package-ecosystem: "terraform" + directory: "/modules/mysql-db" + schedule: + interval: "weekly" + day: "sunday" + - package-ecosystem: "terraform" + directory: "/modules/wordpress-vm" schedule: interval: "weekly" day: "sunday"