From 14308a40f8a596ff658f50d8172c4b23f619a132 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 24 Jul 2024 17:46:52 -0400 Subject: [PATCH] Create dependabot.yml for automatic Nuget update PRs --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..41bca98247 --- /dev/null +++ b/.github/dependabot.yml @@ -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