Skip to content

Commit b7f7037

Browse files
committed
Ignore SB4
Ignore SB4
1 parent 21c13b9 commit b7f7037

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ updates:
3232
- "patch"
3333
- "minor"
3434
- "major"
35+
ignore:
36+
- dependency-name: "org.springframework.boot:spring-boot-starter-parent"
37+
versions: [ "[7.0.0,)" ]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-parent</artifactId>
34-
<version>4.0.0</version>
34+
<version>3.5.9</version>
3535
</parent>
3636

3737
<properties>

0 commit comments

Comments
 (0)