ladybird/.github/dependabot.yml
Jelle Raaijmakers e2e2806d00 CI: Make dependabot scan our custom actions as well
By default, dependabot only looks at `.github/workflows`.
2026-06-19 10:40:43 +02:00

20 lines
433 B
YAML

# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directories:
- "/"
- "/.github/actions/*"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
commit-message:
prefix: "CI:"
- package-ecosystem: "rust-toolchain"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "CI:"