Refactor dependencyManagement
to enable includes, added it for this (#141)
This commit is contained in:
parent
491b2961f8
commit
e4b7b18267
25 changed files with 526 additions and 9 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue