diff --git a/.github/labeler.yml b/.github/labeler.yml index 3859acf1d..71487c068 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -24,6 +24,10 @@ labels: - label: 'build' matcher: title: '^(ci|build): .*' + + - label: 'dependency' + matcher: + title: '^(deps): .*' checks: - context: 'Semantic Pull Request'