From ad7fa213b79cbb5ed7eaca6e9da2a0e30c4a5082 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:07:12 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc98235..4d17b20 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,22 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + labels: + - "part: github_actions" + - package-ecosystem: "pip" directory: "/" schedule: interval: "monthly" - - package-ecosystem: "yarn" + labels: + - "lang: python" + - "part: dependencies" + + - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" + labels: + - "lang: javascript" + - "part: dependencies"