Skip to content

Commit d9cb95c

Browse files
committed
Include composite actions in Dependabot review notice
1 parent ba9b946 commit d9cb95c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
- "/"

.github/workflows/dependabot-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)