Skip to content

Commit 2210c1a

Browse files
committed
Add ignore rules for Mockito, Spring, Boot, and Spring-Cloud
Add ignore rules for Mockito, Spring, Boot, and Spring-Cloud #dependency-upgrade/add-ignore-rules
1 parent dfec045 commit 2210c1a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ updates:
3838
- "patch"
3939
- "minor"
4040
- "major"
41+
ignore:
42+
- dependency-name: "org.mockito:*"
43+
versions: [ "[5.0.0,)" ]
44+
- dependency-name: "org.springframework:*"
45+
versions: [ "[6.0.0,)" ]
46+
- dependency-name: "org.springframework.boot:*"
47+
versions: [ "[3.0.0,)" ]
48+
- dependency-name: "org.springframework.cloud:spring-cloud-dependencies"
49+
versions: [ "[2022.0.0,)" ]

0 commit comments

Comments
 (0)