Create dependabot.yml for automatic Nuget update PRs

This commit is contained in:
Jordan Dominion
2024-07-24 17:46:52 -04:00
committed by GitHub
parent 2cc3b1cd2b
commit 14308a40f8
+10
View File
@@ -0,0 +1,10 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "NuGet"
directory: "/"
schedule:
interval: "daily"
labels:
- "Dependencies"
open-pull-requests-limit: 100