From c518825d6c030422c73b4df890ff225424f4f290 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 15 Oct 2024 22:13:06 -0700 Subject: [PATCH] Configure Dependabot to check for outdated npm package dependencies Dependabot will periodically check all npm package dependencies of the project. If any are found to be outdated, it will submit a pull request to update them. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 528b07ab..bc9d41be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -43,6 +43,16 @@ updates: labels: - "topic: infrastructure" + - package-ecosystem: npm + directory: / + assignees: + - per1234 + open-pull-requests-limit: 100 + schedule: + interval: daily + labels: + - "topic: infrastructure" + - package-ecosystem: pip directory: / assignees: