Skip to content

Commit

Permalink
Drop status label from dependabot.yml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
smcvb committed Apr 12, 2023
1 parent 97ed8de commit 5d8c862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ updates:
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
- "Status: In Progress"
reviewers:
- "gklijs" # Main
- "smcvb"
Expand All @@ -21,7 +20,6 @@ updates:
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
- "Status: In Progress"
reviewers:
- "gklijs" # Main
- "smcvb"
Expand Down

0 comments on commit 5d8c862

Please sign in to comment.