diff --git a/.github/workflows/dependabot-pnpm-dedupe.yml b/.github/workflows/dependabot-pnpm-dedupe.yml index 2a51005e943..4e8d50bb082 100644 --- a/.github/workflows/dependabot-pnpm-dedupe.yml +++ b/.github/workflows/dependabot-pnpm-dedupe.yml @@ -3,7 +3,7 @@ name: Pnpm dedupe on Dependabot PRs on: push: branches: - - "dependabot/npm_and_yarn/*" + - "dependabot/npm_and_yarn/**/*" paths: - "pnpm-lock.yaml"