From 8dd562488748e63b5f9963b947f263e60daaeee4 Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Mon, 7 Jul 2025 11:08:45 -0700 Subject: [PATCH] Enable dependabot. --- .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..9798d83002 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Configure regular dependency updates +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" # Location of package manifests + schedule: + interval: "weekly"