pig/.github/renovate.json

20 lines
379 B
JSON
Raw Normal View History

2024-03-02 10:42:20 +08:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-03-08 16:52:17 +08:00
"baseBranches": [
2024-04-09 14:24:42 +08:00
"jdk17-dev"
2024-03-08 16:52:17 +08:00
],
2024-03-02 10:42:20 +08:00
"extends": [
"config:recommended"
2024-03-08 16:52:17 +08:00
],
"packageRules": [
{
"matchPackagePatterns": [
"^com.amazonaws:aws-java-sdk-s3$",
"^io.springboot:knife4j-openapi3-ui$",
"^com.alibaba:fastjson$"
2024-03-08 16:52:17 +08:00
],
"enabled": false
}
2024-03-02 10:42:20 +08:00
]
}