From 9586e0bd6f1cddf234772b346ba0b2d4644b505c Mon Sep 17 00:00:00 2001 From: Alexander Sulim Date: Tue, 17 Sep 2024 08:43:45 +0200 Subject: [PATCH] Enable Dependabot updates --- .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..914edcc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/extension" + schedule: + interval: "daily" + - package-ecosystem: "gomod" + directory: "/host" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"