16 lines
346 B
YAML
16 lines
346 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
- package-ecosystem: maven
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
open-pull-requests-limit: 10
|
||
|
ignore:
|
||
|
- dependency-name: org.springframework:spring-context-support
|
||
|
versions:
|
||
|
- "< 5.1, > 5.0.8.RELEASE"
|
||
|
- dependency-name: com.github.spotbugs:spotbugs-annotations
|
||
|
versions:
|
||
|
- 4.2.0
|
||
|
- 4.2.1
|