From ff85ac24592441e8092b40373ea4ba88af1aae8a Mon Sep 17 00:00:00 2001 From: Marcin K Date: Tue, 23 Aug 2022 02:06:43 +0200 Subject: [PATCH] chore(): added dependabot (#2374) --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..41a081f9 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file