micronaut-logging/.github/dependabot.yml
Stephan Schnabel da9cc4d90f
Improve repository.
- add kokuwa checkstyle
- add dependabot
- add dependency documentation
- add code owners
- add codeql
- add license badge
2022-01-25 11:30:00 +01:00

15 lines
421 B
YAML

version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: daily
ignore:
- dependency-name: ch.qos.logback:logback-classic
update-types: ["version-update:semver-major"]
- dependency-name: io.micronaut:micronaut-bom
update-types: ["version-update:semver-major"]
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily