From 03bbc138bd720002704515a9a9d3c0793fdf495f Mon Sep 17 00:00:00 2001 From: Jaime Yera Hidalgo <106755265+jaimeyh@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:16:06 +0200 Subject: [PATCH] Create dependabot.yaml (#7) --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..75df909 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "terraform" + directory: "modules/cloud-watch-metrics-stream" + schedule: + interval: "daily"