Skip to content

Commit

Permalink
ci(renovate): Disable patch-level updates for the AWS S3 dependency
Browse files Browse the repository at this point in the history
These come almost on a daily basis without usually bringing any value to
ORT.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 2, 2023
1 parent be2c5c6 commit ced939b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"org.springframework:spring-core"
],
"allowedVersions": "< 6.0.0"
},
{
"matchPackageNames": [
"software.amazon.awssdk:s3"
],
"matchUpdateTypes": ["patch"],
"enabled": false
}
]
}

0 comments on commit ced939b

Please sign in to comment.