blob: bd05f8750d54f4ece6b6299a848049e23d630fd3 [file] [log] [blame]
{
"extends": [
"config:base"
],
"ignorePaths": [
"docs/**"
],
"labels": ["renovate"],
"packageRules": [{
"description": "Limit the aws sdk to monthly updates because otherwise it PRs every day",
"packageNames": ["com.amazonaws:aws-java-sdk-s3"],
"schedule": ["monthly"]
}]
}