File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ updates:
3636 cooldown :
3737 default-days : 7
3838
39- # GitHub Actions used in workflows
39+ # GitHub Actions used in workflows and local composite actions.
4040 - package-ecosystem : " github-actions"
4141 directories :
4242 - " /"
Original file line number Diff line number Diff line change 6868 echo "fixture_npm_changed=$(has_file '^tests/e2e/fixtures/simple-npm/')"
6969 echo "fixture_pypi_changed=$(has_file '^tests/e2e/fixtures/simple-pypi/')"
7070 echo "dockerfile_changed=$(has_file '^Dockerfile$')"
71- echo "workflow_or_action_changed=$(has_file '^\.github/workflows/|^\.github/dependabot\.yml$')"
71+ echo "workflow_or_action_changed=$(has_file '^\.github/workflows/|^\.github/actions/|^\.github/ dependabot\.yml$')"
7272 } >> "$GITHUB_OUTPUT"
7373
7474 - name : Summarize review expectations
You can’t perform that action at this time.
0 commit comments