Skip to content

Commit 974c85f

Browse files
ci: use semantic commit type "chore" for all renovate PRs (#546)
1 parent c13eb5d commit 974c85f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

renovate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"],
3+
"extends": [
4+
"local>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"
5+
],
46
"packageRules": [
57
{
6-
"description": "Use fix as Semantic Commit prefix for all dependency updates in these folders to generate release",
7-
"matchPaths": [
8-
"examples/ibm-catalog/deployable-architectures/full-stack",
9-
"examples/ibm-catalog/deployable-architectures/extension"
8+
"matchPackagePatterns": [
9+
"*"
1010
],
11-
"semanticCommitType": "fix"
11+
"semanticCommitType": "chore"
1212
}
1313
]
1414
}

0 commit comments

Comments
 (0)