Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
chore: group renovate pull requests
Browse files Browse the repository at this point in the history
Group all renovate pull requests into one.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Dec 14, 2024
1 parent f927511 commit 22533c3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@
":gitSignOff",
":semanticCommitScopeDisabled"
],
"separateMajorMinor": false,
"prHeader": "Update Request | Renovate Bot",
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0
"packageRules": [
{
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"digest"
],
"groupName": "releases"
}
]
}

0 comments on commit 22533c3

Please sign in to comment.