From 7b27d69c1cfe9894ee2c70e2403e07a20d2d689a Mon Sep 17 00:00:00 2001 From: Kordian Bruck Date: Fri, 10 Jan 2025 16:00:15 +0100 Subject: [PATCH] Confiure dependabot for go, docker and npm --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..8b4f4319d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/web/" + schedule: + interval: "daily" \ No newline at end of file