Refactor dependencyManagement to enable includes, added it for this

This commit is contained in:
Stephan Schnabel 2023-05-07 21:55:42 +02:00
parent a5cc2611a6
commit ceddc89fe4
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
25 changed files with 526 additions and 9 deletions

View file

@ -11,9 +11,14 @@ updates:
time: "09:00"
timezone: Europe/Berlin
ignore:
# logback 1.3 and 1.4 are compatible with slf4j 2.x only
# logback 1.3 and 1.4 are compatible with slf4j 2.x only and not supported right now
- dependency-name: ch.qos.logback:logback-classic
update-types: [version-update:semver-major, version-update:semver-minor]
- dependency-name: org.slf4j:slf4j-api
update-types: [version-update:semver-major]
# micronaut 4 will ship logback 1.4
- dependency-name: io.micronaut:*
update-types: [version-update:semver-major]
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 10