Files
cmder/.github/dependabot.yml
2026-02-22 16:22:17 -05:00

11 lines
309 B
YAML

version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
labels:
- "👆 Dependencies"
- "🔄️ GitHub Actions"