ComfyUI/.github/dependabot.yml

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"