Skip to content

Commit 6529a5e

Browse files
committed
create dedicated group for spring boot
1 parent 089b072 commit 6529a5e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ updates:
1414
- "type/dependencies"
1515
- "scope/backend"
1616
groups:
17-
gradle-dependencies:
17+
spring-boot-dependencies:
18+
patterns:
19+
- "org.springframework.boot:*"
20+
- "io.spring.dependency-management"
21+
other-dependencies:
1822
patterns:
1923
- "*"
2024
update-types:

0 commit comments

Comments
 (0)