From 0fcf673603a92bb4bc93866198e9a1dd29e06234 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Wed, 28 Feb 2024 16:14:09 +0200 Subject: [PATCH] build(deps): add dependabot config --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b539352 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly