diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b4b7b7f..1aba90f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,13 @@ updates: directory: / schedule: interval: weekly + groups: + golang: + patterns: + - golang.org* + gorm: + patterns: + - gorm.io* + patch: + update-types: + - patch