From 9d7d342f9cac4dbe0f00054f56d0839f17bb4c98 Mon Sep 17 00:00:00 2001 From: Michael Carey Date: Tue, 7 May 2024 19:19:41 -0600 Subject: [PATCH] GitHub files --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5f6f9e2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + groups: + dependencies: + patterns: + - "*" \ No newline at end of file