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"