From 5a73832096f7856d21727bc5493d9628bb7607da Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust <24361490+mathiazom@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:34:06 +0000 Subject: [PATCH] deps: dependabot for v3 branch (#618) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..1156d33e1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + target-branch: "v3" + schedule: + interval: "daily"