Skip to content

Commit b6e557c

Browse files
committed
Update bomr config to only suggest upgrades with same minor version
Now that we're in the RC phase and close to release, we only want to pick up maintenance releases of our managed dependencies. This commit updates bomr's config accordingly.
1 parent 53dea36 commit b6e557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bomr/bomr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bomr:
66
repository: spring-boot
77
issue-labels:
88
- 'type: dependency-upgrade'
9-
policy: same-major-version
9+
policy: same-minor-version
1010
prohibited:
1111
- project: derby
1212
versions:

0 commit comments

Comments
 (0)