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:
dependabot-preview[bot] 2021-04-30 11:34:27 +01:00 committed by GitHub
parent 069cd625e8
commit 7f0515da03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/dependabot.yml vendored Normal file
View 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