forked from TuxCoding/FastLogin
Ignore Hikari and SnakeYAML in dependency updates
This commit is contained in:
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -14,8 +14,22 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
|
||||||
groups:
|
groups:
|
||||||
production-dependencies:
|
production-dependencies:
|
||||||
dependency-type: "production"
|
dependency-type: "production"
|
||||||
development-dependencies:
|
development-dependencies:
|
||||||
dependency-type: "development"
|
dependency-type: "development"
|
||||||
|
exclude-patterns:
|
||||||
|
# Create single PR for these
|
||||||
|
# Plugin require special evaluation about their compatibility
|
||||||
|
- "loginsecurity"
|
||||||
|
- "ProtocolLib"
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
# HikariCP dropped Java 8 support with 5.0
|
||||||
|
- dependency-name: "com.zaxxer:HikariCP"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
|
# SnakeYAML has breaking changes with 2.0
|
||||||
|
- dependency-name: "org.yaml:snakeyaml"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
|
Reference in New Issue
Block a user