Better restrict applying dependencies label (#19319)

This commit is contained in:
Steve Repsher 2024-01-08 08:08:21 -05:00 committed by GitHub
parent ae79df8c55
commit f5fc66f47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.github/labeler.yml vendored
View File

@ -25,13 +25,18 @@ Design:
Dependencies:
- changed-files:
- any-glob-to-any-file:
# Match when only these files are changed (i.e. don't match PRs that happen to add or remove packages)
- any-glob-to-all-files:
- package.json
- renovate.json
- yarn.lock
- .yarn/**
- .yarnrc.yml
- .nvmrc
# Dependabot and Renovate branches always match (i.e. compatibility tweaks by members considered minor)
- head-branch:
- "^renovate/"
- "^dependabot/"
GitHub Actions:
- changed-files: