Skip to content

Commit 2df8594

Browse files
authored
Add pre-commit to list of deps branches (#969)
Adds branches created by pre-commit when updating dependencies to the list of branches with 'dependencies' label.
1 parent 63232f1 commit 2df8594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ documentation:
1818
- changed-files: '**/*.md'
1919

2020
dependencies:
21-
- head-branch: ['^deps/', '^dep/', '^dependabot/']
21+
- head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config']
2222
- changed-files: ['go.mod', 'go.sum']

0 commit comments

Comments
 (0)