diff --git a/.github/renovate.json5 b/.github/renovate.json5 index eb651f1..af90b04 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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: [