From a5e42d0a6832a64db2a6f9e4ada9a1521c386faa Mon Sep 17 00:00:00 2001 From: Marc-Niclas Harm Date: Mon, 16 Sep 2024 18:30:09 +0200 Subject: [PATCH] ci: create dependabot.yml --- .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 0000000..dd38213 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" +- package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"