diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c8d718..eabec61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,11 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "terraform" + directory: "/infrastructure/" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"