From ef111535b0719fa64abdcb172114679368424d5d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 6 Jan 2023 15:34:21 +0100 Subject: [PATCH] Add dependabot Signed-off-by: Luca Comellini --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..eff95b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: weekly