From e4ac6ffd5cd4649e5678b4c46ce01d954e53a32f Mon Sep 17 00:00:00 2001 From: David Bieber Date: Thu, 19 Sep 2024 21:39:26 -0400 Subject: [PATCH] Update label used by dependabot --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d31b409b..ba1b7f19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: directory: ".github/scripts/" schedule: interval: "monthly" - labels: ["ci"] + labels: ["dependabot"] pull-request-branch-name: separator: "-" open-pull-requests-limit: 5 @@ -23,7 +23,7 @@ updates: gh-actions: patterns: - "*" # Check all dependencies - labels: ["ci"] + labels: ["dependabot"] pull-request-branch-name: separator: "-" open-pull-requests-limit: 5