| # Set update schedule for GitHub Actions | |
| version: 2 | |
| updates: | |
| - package-ecosystem: "github-actions" | |
| directory: "/" | |
| schedule: | |
| interval: "monthly" | |
| commit-message: | |
| prefix: "build(deps):" | |
| include: scope | |
| # Set update schedule for GitHub Actions | |
| version: 2 | |
| updates: | |
| - package-ecosystem: "github-actions" | |
| directory: "/" | |
| schedule: | |
| interval: "monthly" | |
| commit-message: | |
| prefix: "build(deps):" | |
| include: scope | |