Removed version specification, updated dependabot
This commit is contained in:
parent
12da7acd30
commit
3265af15ba
3 changed files with 18 additions and 32 deletions
26
.github/dependabot.yml
vendored
26
.github/dependabot.yml
vendored
|
@ -3,19 +3,23 @@ updates:
|
|||
- package-ecosystem: maven
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
day: monday
|
||||
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
|
||||
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]
|
||||
interval: daily
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
day: monday
|
||||
- package-ecosystem: maven
|
||||
directory: /
|
||||
target-branch: 3.x
|
||||
schedule:
|
||||
interval: daily
|
||||
ignore:
|
||||
- dependency-name: io.micronaut:*
|
||||
update-types: [version-update:semver-major]
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
target-branch: 3.x
|
||||
schedule:
|
||||
interval: monthly
|
||||
day: monday
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue