Upgrade to GitHub-native Dependabot

This commit is contained in:
dependabot-preview[bot] 2021-04-29 21:52:36 +00:00 committed by GitHub
parent e411a24808
commit e81dbf507b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
time: "16:00"
timezone: Etc/Universal
open-pull-requests-limit: 10
ignore:
- dependency-name: org.apache.logging.log4j:log4j-core
versions:
- 2.13.2
- dependency-name: org.fusesource.jansi:jansi
versions:
- 2.2.0
- 2.3.1
- 2.3.2