ladybird/.github/dependabot.yml
2026-04-16 23:42:22 +02:00

18 lines
394 B
YAML

# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
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:"