From 5d8c862c69c8a0d0e796523ae8693bfd8997dfca Mon Sep 17 00:00:00 2001 From: Steven van Beelen Date: Wed, 12 Apr 2023 15:06:55 +0200 Subject: [PATCH] Drop status label from dependabot.yml Since Dependabot pull requests are automatically constructed, validated, and merged, the default status label does not provide any benefit. The status labels should only be used to signal human activity on the issue. As such, we can drop the label entirely from the dependabot.yml #enhancement/drop-dependabot-status-label --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e558cb5..4f1c6c3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,6 @@ updates: labels: - "Type: Dependency Upgrade" - "Priority 1: Must" - - "Status: In Progress" reviewers: - "gklijs" # Main - "smcvb" @@ -21,7 +20,6 @@ updates: labels: - "Type: Dependency Upgrade" - "Priority 1: Must" - - "Status: In Progress" reviewers: - "gklijs" # Main - "smcvb"