ci: add pub to dependabot

This commit is contained in:
Martin Wimpress 2024-06-29 22:30:14 +01:00
parent bf3c7ec511
commit aa3f24cea6
No known key found for this signature in database
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"