Skip to content

Commit

Permalink
renovate: reduce awssdk update frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
XN137 committed Dec 6, 2023
1 parent 17548f0 commit 41c58db
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 41c58db

Please sign in to comment.