diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f790db9..42fc9a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,10 @@ updates: schedule: { interval: "weekly" } open-pull-requests-limit: 10 groups: - nuget-dependencies: { patterns: ["*"] } + # Group only minor + patch; major bumps get their own reviewable PRs. + nuget-minor-patch: + patterns: ["*"] + update-types: ["minor", "patch"] - package-ecosystem: "github-actions" directory: "/" schedule: { interval: "weekly" }