diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..878305ea --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: + - package-ecosystem: "nuget" + directories: + - "/Samples/RegistrationFreeWinRT/cs/CSharpConsoleApp" + - "/Samples/ShareSource/wpf" + - "/Samples/SystemInsights/cs" + - "/Samples/TaskbarManager/CsPackagedDesktopTaskbarPin" + - "/Samples/TransferTarget/VBAScript/TransferTargetBridge" + - "/Samples/TransferTarget/cs" + schedule: + interval: "monthly" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch"