Skip to content

Commit 4e7767b

Browse files
authored
Infra: Exclude Springboot dependencies from the other-dependencies dependabot group (#1287)
1 parent d1b55ae commit 4e7767b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ updates:
2121
- "patch"
2222
- "minor"
2323
other-dependencies:
24+
exclude-patterns:
25+
- "org.springframework.boot:*"
26+
- "io.spring.dependency-management"
2427
patterns:
2528
- "*"
2629
update-types:

0 commit comments

Comments
 (0)