gha/labeler: Exclude client and api modules from dependencies label

Prevent applying `area/dependencies` when the `client` and `api` modules
are changed.

Due to the replace rule present for these modules, we have to revendor
them with each change which would trigger the previous rule.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-10-20 23:47:35 +02:00
parent 72e9c3af99
commit 4b22807a0f

3
.github/labeler.yml vendored
View File

@@ -139,6 +139,9 @@ area/dependencies:
- 'go.mod'
- 'go.sum'
- 'vendor/**'
- all-globs-to-all-files:
- '!client/**'
- '!api/**'
area/ci:
- changed-files: