mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 00:10:12 +01:00
b2a121723b
* 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>
18 lines
390 B
YAML
18 lines
390 B
YAML
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"
|