From bd487bbabd756ac4d381abe97754d8e35936a475 Mon Sep 17 00:00:00 2001 From: Paul Crooks Date: Thu, 11 Apr 2024 16:54:52 +0000 Subject: [PATCH] chore(ci) Add dependabot workflow --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4350c5c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: "gomod" + directory: "/runtimes/cloudformation" + schedule: + interval: "daily" + + - package-ecosystem: "gomod" + directory: "/pkg" + schedule: + interval: "daily"