From 82e1ff76a5452081149f4cf37ef65c75f531d84d Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Tue, 16 Dec 2025 10:33:52 +0530 Subject: [PATCH] Add npm dependabot rules (#3293) * Add npm dependabot rules Signed-off-by: Sanket Sudake * Update .github/dependabot.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sanket Sudake --------- Signed-off-by: Sanket Sudake Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a173e92f..45bcffc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,3 +48,15 @@ updates: helm-charts: patterns: - "*" + + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + exclude-paths: + - "test/**" + groups: + npm-dependencies: + patterns: + - "*" \ No newline at end of file