From 67f5ee3e14a81a372d0b2224b74fc0c8f9585c7e Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 31 May 2024 20:18:01 -0400 Subject: [PATCH] Update dependabot settings Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..4d17b20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,21 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - "part: github_actions" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + labels: + - "lang: python" + - "part: dependencies" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" + labels: + - "lang: javascript" + - "part: dependencies"