From be5f586184de60a131d3495e3916a528603ce2a3 Mon Sep 17 00:00:00 2001 From: "s.jovanoski" Date: Mon, 1 Jan 2024 15:34:05 +0100 Subject: [PATCH] task: add dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91ba748..08aa133 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "npm" - directory: "/" + directory: "/src" schedule: interval: "daily" open-pull-requests-limit: 10