From 61bda222e6f898141320a07188cfba85748ec4bf Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sat, 15 Jun 2024 19:07:11 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d88508..42cac77 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,13 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - "part: github_actions" + - package-ecosystem: "pip" directory: "/" schedule: interval: "monthly" + labels: + - "lang: python" + - "part: dependencies"