Skip to content

Commit

Permalink
feat: use build semantic commit type in more places (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Jun 30, 2023
1 parent d6aefc5 commit 0ad4d97
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,31 @@
"executionMode": "branch"
},
"packageRules": [
{
"matchDatasources": ["docker"],
"semanticCommitType": "build"
},
{
"matchDepTypes": ["dependencies"],
"semanticCommitType": "build"
},
{
"matchPaths": ["./.github/workflows/**"],
"matchPackageNames": [
"conventional-changelog-conventionalcommits",
"semantic-release"
],
"matchPackagePrefixes": ["@semantic-release/"],
"semanticCommitType": "build"
},
{
"matchPaths": [".github/workflows/**"],
"semanticCommitType": "ci"
},
{
"matchPaths": ["**/*.md"],
"extends": ["github>bfra-me/renovate-config:automerge/enabled"],
"additionalBranchPrefix": "docs-",
"commitMessageTopic": "references to {{depName}}",
"commitMessageTopic": "references to {{{depName}}}",
"semanticCommitType": "docs",
"semanticCommitScope": null,
"separateMajorMinor": false,
Expand Down

0 comments on commit 0ad4d97

Please sign in to comment.