Skip to content

Commit

Permalink
feat: group all non major renovate PRs (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Brumhard <tobias.brumhard@mail.schwarz>
  • Loading branch information
brumhard authored Mar 4, 2022
1 parent 9c90588 commit a6d8eb0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
{
"extends": [
"config:base",
"group:allNonMajor",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":gitSignOff"
],
"dependencyDashboard": false,
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}

0 comments on commit a6d8eb0

Please sign in to comment.