From 1c17606fce5f1c290302ad20830d3554cbadb78a Mon Sep 17 00:00:00 2001 From: Brandon Foss <46940941+fossbrandon@users.noreply.github.com> Date: Mon, 24 Apr 2023 21:38:53 -0700 Subject: [PATCH] Add dependabot (#1) --- .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 0000000..f08a2dc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Dependabot can fix vulnerable dependencies by raising pull requests with security updates. +# Configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly"