mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 04:47:10 +08:00
e6b922eff0
Closes IB46N7
22 lines
470 B
JSON
22 lines
470 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"baseBranches": [
|
|
"jdk17-dev"
|
|
],
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^com.amazonaws:aws-java-sdk-s3$",
|
|
"^io.springboot:knife4j-openapi3-ui$",
|
|
"^com.alibaba:fastjson$",
|
|
"^org.anyline:anyline.*$",
|
|
"^org.apache.velocity:velocity-engine-core.*$"
|
|
],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|