Migrate to kokuwa parent (#174)

This commit is contained in:
Stephan Schnabel 2023-07-02 14:57:55 +02:00 committed by GitHub
parent 7e56003ba3
commit ed2420a32f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 140 additions and 417 deletions

View file

@ -2,14 +2,9 @@ version: 2
updates:
- 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
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
@ -21,11 +16,6 @@ updates:
update-types: [version-update:semver-major]
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 10
schedule:
interval: monthly
day: monday
# github parses time without quotes to int
# yamllint disable-line rule:quoted-strings
time: "09:00"
timezone: Europe/Berlin