Refactor dependencyManagement to enable includes, added it for this (#141)

This commit is contained in:
Stephan Schnabel 2023-05-09 09:33:33 +02:00 committed by GitHub
parent 491b2961f8
commit e4b7b18267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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