mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Better restrict applying dependencies label (#19319)
This commit is contained in:
parent
ae79df8c55
commit
f5fc66f47e
7
.github/labeler.yml
vendored
7
.github/labeler.yml
vendored
@ -25,13 +25,18 @@ Design:
|
|||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- changed-files:
|
- 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
|
- package.json
|
||||||
- renovate.json
|
- renovate.json
|
||||||
- yarn.lock
|
- yarn.lock
|
||||||
- .yarn/**
|
- .yarn/**
|
||||||
- .yarnrc.yml
|
- .yarnrc.yml
|
||||||
- .nvmrc
|
- .nvmrc
|
||||||
|
# Dependabot and Renovate branches always match (i.e. compatibility tweaks by members considered minor)
|
||||||
|
- head-branch:
|
||||||
|
- "^renovate/"
|
||||||
|
- "^dependabot/"
|
||||||
|
|
||||||
GitHub Actions:
|
GitHub Actions:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user