Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"],
"packageRules": [
{
"description": "Allow the locked in provider version to be updated to the latest for deployable architectures",
"enabled": true,
"matchFileNames": ["solutions/**"],
"matchManagers": ["terraform"],
"matchDepTypes": ["required_provider"],
"rangeStrategy": "bump",
"semanticCommitType": "fix",
"group": true,
"groupName": "required_provider",
"commitMessageExtra": "to latest for the deployable architecture solution"
}
]
"extends": ["github>terraform-ibm-modules/common-dev-assets:commonRenovateConfig"]
}