Fix dependencies labeler (#19391)

This commit is contained in:
Steve Repsher 2024-01-14 03:32:28 -05:00 committed by GitHub
parent f63ba0c20a
commit 7c389a6cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

27
.github/labeler.yml vendored
View File

@ -24,19 +24,20 @@ Design:
- src/fake_data/**
Dependencies:
- changed-files:
# 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/"
- any:
- changed-files:
# 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: