Updated cli.py #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| version: 2 | ||
| Check failure on line 1 in .github/workflows/dependabot.yml | ||
| updates: | ||
| # 1. Python dependencies | ||
| - package-ecosystem: "pip" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| open-pull-requests-limit: 5 | ||
| # Uncomment this if you want all deps updated in one PR instead of many | ||
| # groups: | ||
| # all-deps: | ||
| # patterns: | ||
| # - "*" | ||
| # 2. GitHub Actions (optional but useful) | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||