Skip to content

Commit 4665e69

Browse files
authored
Infra: Create dedicated Dependabot group for Spring dependencies (#1181)
1 parent 461fff7 commit 4665e69

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ updates:
1212
- "type/dependencies"
1313
- "scope/backend"
1414
groups:
15-
gradle-dependencies:
15+
spring-boot-dependencies:
16+
patterns:
17+
- "org.springframework.boot:*"
18+
- "io.spring.dependency-management"
19+
# We will handle major upgrades manually
20+
update-types:
21+
- "patch"
22+
- "minor"
23+
other-dependencies:
1624
patterns:
1725
- "*"
1826
update-types:

0 commit comments

Comments
 (0)