Skip to content

ci: configure grouped Dependabot updates #1

ci: configure grouped Dependabot updates

ci: configure grouped Dependabot updates #1

Workflow file for this run

version: 2

Check failure on line 1 in .github/workflows/dependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'version', (Line: 3, Col: 1): Unexpected value 'updates', (Line: 1, Col: 1): Required property is missing: jobs
updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 1
groups:
python-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 1
groups:
github-actions:
patterns:
- "*"