Skip to content

Commit

Permalink
Merge pull request #568 from TNG/Issue-558-reduce-renovatebot-noise
Browse files Browse the repository at this point in the history
Issue-558: group and schedule Renovate PRs
  • Loading branch information
l-1squared authored Jan 11, 2021
2 parents c3d94be + abf1d44 commit 49f0dc7
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,35 @@
"ignorePaths": [
"**/example-projects/scala/**"
],
"commitBody": "Signed-off-by: Renovate Bot <[email protected]>"
"commitBody": "Signed-off-by: Renovate Bot <[email protected]>",
"prCreation": "not-pending",
"additionalReviewers": [
"fudler",
"l-1squared"
],
"packageRules": [
{
"packagePatterns": [
"slf4j"
],
"groupName": "slf4j"
},
{
"packagePatterns": [
"junit.jupiter"
],
"groupName": "junit5"
},
{
"packagePatterns": [
"powermock"
],
"groupName": "powermock"
}
],
"schedule": [
"after 10pm every weekday",
"before 5am every weekday",
"every weekend"
]
}

0 comments on commit 49f0dc7

Please sign in to comment.