Prepare version 4.x for current slf4j/logback/micronaut versions (#147)

This commit is contained in:
Stephan Schnabel 2023-05-16 13:25:43 +02:00 committed by GitHub
parent cbe06a25f2
commit 70bdf1a7a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 6 deletions

View file

@ -10,6 +10,17 @@ updates:
# yamllint disable-line rule:quoted-strings
time: "09:00"
timezone: Europe/Berlin
- package-ecosystem: maven
directory: /
open-pull-requests-limit: 20
schedule:
interval: monthly
day: monday
# github parses time without quotes to int
# yamllint disable-line rule:quoted-strings
time: "09:00"
timezone: Europe/Berlin
target-branch: 3.x
ignore:
# 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