File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ updates:
77 day : " monday"
88 time : " 05:00"
99 timezone : " UTC"
10- ignore :
11- - dependency-name : " ch.qos.logback:logback-*"
12- # start from 1.4.x JDK 11 is required, but dumper's minimal is JDK 8
13- versions : [">=1.4.x"]
14- - dependency-name : " com.zaxxer:HikariCP"
15- # version 4.x.x is the latest for JDK 8
16- versions : [">=5.x.x"]
17- - dependency-name : " org.springframework:"
18- # Spring Framework 5.3.x is the latest with JDK 8 support
19- # https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range
20- versions : [">5.3.x"]
10+ # ignore:
11+ # - dependency-name: "ch.qos.logback:logback-*"
12+ # # start from 1.4.x JDK 11 is required, but dumper's minimal is JDK 8
13+ # versions: [">=1.4.x"]
14+ # - dependency-name: "com.zaxxer:HikariCP"
15+ # # version 4.x.x is the latest for JDK 8
16+ # versions: [">=5.x.x"]
17+ # - dependency-name: "org.springframework:"
18+ # # Spring Framework 5.3.x is the latest with JDK 8 support
19+ # # https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions#jdk-version-range
20+ # versions: [">5.3.x"]
You can’t perform that action at this time.
0 commit comments