1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

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
+6 -1
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: