diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64ce613..b9cc6e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,22 +7,7 @@ version: 2 updates: - package-ecosystem: "nuget" # See documentation for possible values directory: "/TGBotFramework/BotFramework/" # Location of package manifests - target-branch: "release/0.5" - schedule: - interval: "daily" - - package-ecosystem: "nuget" # See documentation for possible values - directory: "/TGBotFramework/BotFramework.Tests/" # Location of package manifests - target-branch: "release/0.5" + target-branch: "release/*" schedule: interval: "daily" - - package-ecosystem: "nuget" # See documentation for possible values - directory: "/TGBotFramework/BotFramework/" # Location of package manifests - target-branch: "master" - schedule: - interval: "daily" - - package-ecosystem: "nuget" # See documentation for possible values - directory: "/TGBotFramework/BotFramework.Tests/" # Location of package manifests - target-branch: "master" - schedule: - interval: "daily"