From 9d28729e1db9f570387392bbf00c1b3a05377a77 Mon Sep 17 00:00:00 2001 From: "minder-sandbox[bot]" <170003150+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:08:42 +0000 Subject: [PATCH] Add Dependabot configuration for npm --- .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 00000000000..2ba298d9cba --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10