Skip to content

Create dependabot.yml #1

Create dependabot.yml

Create dependabot.yml #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: 2, Col: 1): Unexpected value 'updates', (Line: 1, Col: 1): Required property is missing: jobs
updates:
# Enable version updates for NuGet
- package-ecosystem: "nuget"
# Look for a solution file or a project file in the root directory
directory: "/"
schedule:
# Check for updates daily
interval: "daily"