We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4af979 commit 578b234Copy full SHA for 578b234
renovate.json
@@ -1,13 +1,14 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["local>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"],
+ "extends": [
4
+ "local>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"
5
+ ],
6
"packageRules": [
7
- "description": "Use fix as Semantic Commit prefix for all dependency updates in these folders to generate release",
- "matchPaths": [
8
- "examples/ibm-catalog/deployable-architectures/sap-ready-to-go"
+ "matchPackagePatterns": [
9
+ "*"
10
],
- "semanticCommitType": "fix"
11
+ "semanticCommitType": "chore"
12
}
13
]
14
0 commit comments