mirror of
https://github.com/nicholaswilde/recipes.git
synced 2026-02-04 18:35:36 +00:00
15 lines
299 B
YAML
15 lines
299 B
YAML
---
|
|
# 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"
|
|
reviewers:
|
|
- "nicholaswilde"
|
|
assignees:
|
|
- "nicholaswilde"
|