From f7fc1af4af6882089a02c7fecfb1c6aaf8a5a12b Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 15 Jan 2025 15:08:13 -0600 Subject: [PATCH] Add update-types under the group --- .github/dependabot.yml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62fd9fef5e..737752a0a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,22 +22,6 @@ updates: - dependency-name: "Microsoft.Build.NoTargets" # Pinned versions that should not be updated - dependency-name: "Microsoft.CodeAnalysis.CSharp" - # don't update across major versions of NetPlatform dependencies. We need to do that manually - - dependency-name: "MicrosoftAspNetCore" - update-types: - - version-update:semver-major - - dependency-name: "MicrosoftEntityFrameworkCore*" - update-types: - - version-update:semver-major - - dependency-name: "MicrosoftExtensions*" - update-types: - - version-update:semver-major - - dependency-name: "Npgsql*" - update-types: - - version-update:semver-major - - dependency-name: "System*" - update-types: - - version-update:semver-major groups: Azure: patterns: @@ -61,9 +45,16 @@ updates: - "Microsoft.AspNetCore.*" - "Microsoft.EntityFrameworkCore.*" - "Microsoft.Extensions.*" + - "System.*" + update-types: + - 'minor' + - 'patch' Npgsql: patterns: - "Npgsql.*" + update-types: + - 'minor' + - 'patch' MicrosoftDotNet: patterns: - "Microsoft.DotNet.*"