From 04fb1cf584607422d3817620ca6da6ed9c663faf Mon Sep 17 00:00:00 2001 From: Rune Johansen <6797636+runejo@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:53:25 +0200 Subject: [PATCH] Group small nuget changes --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9071b00..1395c6d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,18 @@ updates: directory: "/" schedule: interval: "daily" + reviewers: + - "JohannesFinsveen" + - "likp" + - "runejo" + groups: + small-change: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily"