Skip to content

Commit

Permalink
ci: attempt to fix commit types
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 23, 2024
1 parent 1a6dbca commit 9dd3977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
{
description: "Reusable workflows use fix commits to trigger a release",
matchFileNames: [".github/workflows/*.yml"],
semanticCommitType: "fix",
// extends: [":semanticCommitTypeAll(fix)"]
// semanticCommitType: "fix",
extends: [":semanticCommitTypeAll(fix)"]
},
{
/*{
description: "Repository workflows use chore commits",
matchFileNames: [".github/workflows/workflows-*.yml"],
semanticCommitType: "chore"
// extends: [":semanticCommitTypeAll(chore)"]
}
}*/
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
customManagers: [
Expand Down

0 comments on commit 9dd3977

Please sign in to comment.