Upgrade to GitHub-native Dependabot (#155)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
069cd625e8
commit
7f0515da03
1 changed files with 15 additions and 0 deletions
15
.github/dependabot.yml
vendored
Normal file
15
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
Loading…
Reference in a new issue