Commit b6e557cc authored by Andy Wilkinson's avatar Andy Wilkinson

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.
parent 53dea362
...@@ -6,7 +6,7 @@ bomr: ...@@ -6,7 +6,7 @@ bomr:
repository: spring-boot repository: spring-boot
issue-labels: issue-labels:
- 'type: dependency-upgrade' - 'type: dependency-upgrade'
policy: same-major-version policy: same-minor-version
prohibited: prohibited:
- project: derby - project: derby
versions: versions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment