From a12317326b86a649c4b8b0bd779d660cf8fe0d1d Mon Sep 17 00:00:00 2001 From: krymtkts Date: Sat, 13 Jan 2024 11:41:21 +0900 Subject: [PATCH] Define update-types for the test-lib group to allow major version bumping. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2506df0e..3e850475 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,6 +41,10 @@ updates: exclude-patterns: - "PowerShellStandard.Library" - "Microsoft.PowerShell.SDK" + update-types: + - "major" + - "minor" + - "patch" ignore: - dependency-name: "PowerShellStandard.Library" update-types: