Upgrade to GitHub-native Dependabot (#1874)

* Upgrade to GitHub-native Dependabot

* Update dependabot.yml

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-07-01 20:50:07 +03:00 committed by GitHub
parent 6b54efef3c
commit b2a121723b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/Plan"
schedule:
interval: daily
open-pull-requests-limit: 99
ignore:
- dependency-name: com.djrapitops:Extension-ProtocolSupport
versions:
- ">= 4.a, < 5"
- dependency-name: com.djrapitops:Extension-Tebex
versions:
- "> R0.6"
- dependency-name: com.h2database:h2
versions:
- "> 1.4.199"