Skip to content

Create dependabot.yml #2

Create dependabot.yml

Create dependabot.yml #2

Workflow file for this run

version: 2
updates:
# Enable version updates for nuget
— package-ecosystem: “nuget”
# Look for NuGet dependency info from the `root` directory
directory: “/”
# Check the nuget registry for updates every day (weekdays) schedule:
interval: “daily"