From a1dbacb4dda6283ccd86acb6b7039f487451d08f Mon Sep 17 00:00:00 2001 From: David Ureba Date: Mon, 4 Jul 2022 13:19:18 +0200 Subject: [PATCH] Create dependabot.yml Add dependabot dependency check in order to maintain dependencies up-to-date and security updates on time. Signed-off-by: David Ureba --- .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 00000000..266bac24 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly"