Skip to content

Update dependabot.yml #3

Update dependabot.yml

Update dependabot.yml #3

Workflow file for this run

version: 2
updates:
  - package-ecosystem: "nuget"

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

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
    directory: "/" 
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 5
    commit-message:
      prefix: "deps"
      include: "scope"
  - package-ecosystem: "github-actions"
    directory: "/"  # Always root for GitHub Actions
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 5
    commit-message:
      prefix: "ci"
      include: "scope"