Skip to content

Commit 5f96547

Browse files
authored
Update renovate.json (#531)
1 parent e8d5930 commit 5f96547

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

renovate.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
{
22
"$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"]
184
}

0 commit comments

Comments
 (0)