Skip to content

Commit b156e69

Browse files
authored
Ignore incompatible spring boot updates (#702)
1 parent 19eb066 commit b156e69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ updates:
1111
open-pull-requests-limit: 5
1212
commit-message:
1313
prefix: 'chore: [DevOps] '
14+
ignore:
15+
- dependency-name: "org.springframework.boot:*"
16+
versions: [ ">=4.0.0" ]
17+
- dependency-name: "org.springframework:*"
18+
versions: [ ">=7.0.0" ]
1419
groups:
1520
production-minor-patch:
1621
dependency-type: "production"

0 commit comments

Comments
 (0)