Skip to content

Commit

Permalink
renovate: reduce awssdk update frequency (#485)
Browse files Browse the repository at this point in the history
this avoids many unimportant CI runs due to the daily awssdk releases
  • Loading branch information
XN137 authored Dec 6, 2023
1 parent 4a350ed commit c762953
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@
matchManagers: ["maven", "gradle", "gradle-wrapper"],
matchUpdateTypes: ["major"],
automerge: false
}
},

// Reduce awssdk update frequency (which has daily releases)
{
matchManagers: ["maven", "gradle"],
matchPackageNames: ["software.amazon.awssdk:*"],
extends: ["schedule:weekly"],
},
],

// Max 50 PRs in total, 10 per hour
Expand Down

0 comments on commit c762953

Please sign in to comment.