Skip to content

Commit

Permalink
Merge pull request #2 from siggerzz/renovate-spike
Browse files Browse the repository at this point in the history
Add renovate to monorepo
  • Loading branch information
siggerzz authored May 5, 2022
2 parents 64ec3f3 + eb2dc02 commit 354c4a6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": [
"config:base",
":automergeMinor",
":automergeRequireAllStatusChecks",
"schedule:earlyMondays"
],
"commitMessagePrefix": "renovate -",
"packageRules": [
{
"packagePatterns": [
"*"
],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
]
}

0 comments on commit 354c4a6

Please sign in to comment.