CI: Make dependabot scan our custom actions as well

By default, dependabot only looks at `.github/workflows`.
This commit is contained in:
Jelle Raaijmakers 2026-06-19 09:29:29 +02:00 committed by Jelle Raaijmakers
parent 9d64cd8c9b
commit e2e2806d00

View file

@ -3,7 +3,9 @@ version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directories:
- "/"
- "/.github/actions/*"
schedule: schedule:
# Check for updates to GitHub Actions every week # Check for updates to GitHub Actions every week
interval: "weekly" interval: "weekly"