mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-01-26 00:52:35 +01:00
36 lines
899 B
YAML
36 lines
899 B
YAML
version: 2
|
|
|
|
updates:
|
|
# Updates for workflow files
|
|
- package-ecosystem: "github-actions"
|
|
# Workflow files stored in the
|
|
# default location of `.github/workflows`
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
|
|
# Maven project
|
|
- package-ecosystem: maven
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
ignore:
|
|
- dependency-name: com.google.code.gson:gson
|
|
versions:
|
|
- "> 2.2.4"
|
|
- dependency-name: com.google.guava
|
|
- dependency-name: me.clip:placeholderapi
|
|
versions:
|
|
- "> 2.10.8, < 2.11"
|
|
- dependency-name: net.md-5:bungeecord-config
|
|
versions:
|
|
- "> 1.12-SNAPSHOT"
|
|
- dependency-name: de.xxschrandxx.bca:BungeeCordAuthenticator
|
|
versions:
|
|
- 0.0.3
|
|
- dependency-name: com.zaxxer:HikariCP
|
|
versions:
|
|
- 4.0.0
|
|
- 4.0.2
|
|
- 4.0.3
|