File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" github>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 deployable architectures" ,
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 deployable architecture solution"
16
- }
17
- ]
3
+ "extends" : [" github>terraform-ibm-modules/common-dev-assets:commonRenovateConfig" ]
18
4
}
You can’t perform that action at this time.
0 commit comments