blob: 443cf3becc01f6a523904433b641285fb29257c1 (
plain)
1
2
3
4
5
6
7
8
|
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
|