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"