diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 009421455..c11f1d976 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,15 @@ updates: - "type/dependencies" - "scope/backend" groups: - gradle-dependencies: + spring-boot-dependencies: + patterns: + - "org.springframework.boot:*" + - "io.spring.dependency-management" + # We will handle major upgrades manually + update-types: + - "patch" + - "minor" + other-dependencies: patterns: - "*" update-types: