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 749b49b commit b7bc196Copy full SHA for b7bc196
renovate.json
@@ -1,18 +1,4 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["local>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"],
4
- "packageRules": [
5
- {
6
- "description": "Allow the locked in provider version to be updated to the latest for DAs",
7
- "enabled": true,
8
- "matchFileNames": ["solutions/**"],
9
- "matchManagers": ["terraform"],
10
- "matchDepTypes": ["required_provider"],
11
- "rangeStrategy": "bump",
12
- "semanticCommitType": "fix",
13
- "group": true,
14
- "groupName": "required_provider",
15
- "commitMessageExtra": "to latest for the DA solution"
16
- }
17
- ]
+ "extends": ["local>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"]
18
}
0 commit comments