From 7c389a6cf0e925325c90d8948a9fb7dc7f070bb5 Mon Sep 17 00:00:00 2001 From: Steve Repsher Date: Sun, 14 Jan 2024 03:32:28 -0500 Subject: [PATCH] Fix dependencies labeler (#19391) --- .github/labeler.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index bc82f5f31a..e772cc81a5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: