From f876636f324f7063f55899f33395b91faa7a1154 Mon Sep 17 00:00:00 2001 From: Benoit Garcia Date: Sat, 4 Feb 2023 19:52:08 +0100 Subject: [PATCH] chore(repo): Configure dependabot. --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f12a108 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + +- package-ecosystem: terraform + directory: "/" + schedule: + interval: daily + time: "04:00" + timezone: Europe/Paris \ No newline at end of file