Prepare version 4.x for current slf4j/logback/micronaut versions
This commit is contained in:
parent
cbe06a25f2
commit
41e1eea77c
3 changed files with 17 additions and 6 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue