mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-04 19:20:54 +08:00
10 lines
264 B
YAML
10 lines
264 B
YAML
version: 2
|
|
updates:
|
|
# Enable version updates for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
# Look for GitHub Actions workflows in the `root` directory
|
|
directory: "/"
|
|
# Check for updates once a week
|
|
schedule:
|
|
interval: "weekly"
|