From 1d773d162670c363ec86e10358896ce3069172e3 Mon Sep 17 00:00:00 2001 From: Troy Date: Thu, 27 Feb 2025 13:34:16 +0000 Subject: [PATCH] feat: add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..49079cc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + groups: + dev-dependencies: + patterns: + - "*"