diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..7fdc35dd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # Maintain dependencies for nuget + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly"