ci: add pub to dependabot

This commit is contained in:
Martin Wimpress 2024-06-29 22:30:14 +01:00 committed by Martin Wimpress
parent bf3c7ec511
commit 61c27e6948
1 changed files with 5 additions and 2 deletions

View File

@ -3,5 +3,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
interval: "weekly"
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "daily"