Skip to content

Commit

Permalink
chore: change commit type from fix to chore (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaraba authored Jul 26, 2024
1 parent 4ea431c commit c0b210a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
"^packages/create-plugin/templates/([^/]+/)*with-plugin-uploader\\.json$",
],
packageRules: [
{
// set `chore` to the commit for updating packages
matchPackagePatterns: [
"*"
],
semanticCommitType: "chore",
},
{
// automerge minor updates of devDependencies
matchPackagePatterns: [
Expand Down

0 comments on commit c0b210a

Please sign in to comment.