Skip to content

Commit

Permalink
ci(dependabot): explicitly scan directory with composite actions
Browse files Browse the repository at this point in the history
Dependabot completely ignored composite actions since they doesn't
follow the conventional directory structure for storing .yml files.

As a workaround, we have to explicitly instruct Dependabot to scan the
directory with .yml files.

Ref: dependabot/dependabot-core#6704

Signed-off-by: iusmac <[email protected]>
  • Loading branch information
iusmac committed Dec 6, 2024
1 parent af91b20 commit 186c09b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
directories:
- "/"
- "/.github/actions/*/"
schedule:
interval: weekly
day: sunday
Expand Down

0 comments on commit 186c09b

Please sign in to comment.