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"