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 da3feed commit 1a6dbca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@
{
description: "Reusable workflows use fix commits to trigger a release",
matchFileNames: [".github/workflows/*.yml"],
extends: [":semanticCommitTypeAll(fix)"]
semanticCommitType: "fix",
// extends: [":semanticCommitTypeAll(fix)"]
},
{
description: "Repository workflows use chore commits",
matchFileNames: [".github/workflows/workflows-*.yml"],
extends: [":semanticCommitTypeAll(chore)"]
semanticCommitType: "chore"
// extends: [":semanticCommitTypeAll(chore)"]
}
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
Expand Down

0 comments on commit 1a6dbca

Please sign in to comment.