mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix dependencies labeler (#19391)
This commit is contained in:
parent
f63ba0c20a
commit
7c389a6cf0
27
.github/labeler.yml
vendored
27
.github/labeler.yml
vendored
@ -24,19 +24,20 @@ Design:
|
|||||||
- src/fake_data/**
|
- src/fake_data/**
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- changed-files:
|
- any:
|
||||||
# Match when only these files are changed (i.e. don't match PRs that happen to add or remove packages)
|
- changed-files:
|
||||||
- any-glob-to-all-files:
|
# Match when only these files are changed (i.e. don't match PRs that happen to add or remove packages)
|
||||||
- package.json
|
- any-glob-to-all-files:
|
||||||
- renovate.json
|
- package.json
|
||||||
- yarn.lock
|
- renovate.json
|
||||||
- .yarn/**
|
- yarn.lock
|
||||||
- .yarnrc.yml
|
- .yarn/**
|
||||||
- .nvmrc
|
- .yarnrc.yml
|
||||||
# Dependabot and Renovate branches always match (i.e. compatibility tweaks by members considered minor)
|
- .nvmrc
|
||||||
- head-branch:
|
# Dependabot and Renovate branches always match (i.e. compatibility tweaks by members considered minor)
|
||||||
- "^renovate/"
|
- head-branch:
|
||||||
- "^dependabot/"
|
- "^renovate/"
|
||||||
|
- "^dependabot/"
|
||||||
|
|
||||||
GitHub Actions:
|
GitHub Actions:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user