Skip to content

Commit

Permalink
chore(renovate): Schedule AWS S3 SDK updates once a week
Browse files Browse the repository at this point in the history
Instead of completely disabling patch updates of the S3 SDK, enable
patch updates once a week.

Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
  • Loading branch information
MarcelBochtler committed Dec 4, 2024
1 parent 2d09508 commit f18383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"software.amazon.awssdk:s3"
],
"matchUpdateTypes": ["patch"],
"enabled": false
"schedule": "after 9pm on sunday"
},
{
"matchManagers": ["npm"],
Expand Down

0 comments on commit f18383e

Please sign in to comment.