Skip to content

Commit

Permalink
💚renovate 排除aws SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Mar 8, 2024
1 parent 9bde6e3 commit 607aebc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["jdk17-dev", "boot-dev"],
"baseBranches": [
"jdk17-dev",
"boot-dev"
],
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": [
"^com.amazonaws:aws-java-sdk-s3$"
],
"enabled": false
}
]
}

0 comments on commit 607aebc

Please sign in to comment.