Skip to content

Commit

Permalink
fix: renovate commit type was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencabrera committed Apr 26, 2023
1 parent 6c6c6d2 commit a0c3db7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["config:base", ":dependencyDashboard"],
"extends": ["config:base", ":dependencyDashboard", ":semanticCommitTypeAll(build)"],
"baseBranches": ["12", "12-dev", "13", "14"],
"regexManagers": [
{
Expand All @@ -16,7 +16,5 @@
"FROM\\s+(?<depName>.*?):(?<currentValue>)"
]
}
],
"semanticCommits": "enabled",
"semanticCommitType": "build"
]
}

0 comments on commit a0c3db7

Please sign in to comment.