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 2d46352 commit 26e1621Copy full SHA for 26e1621
renovate.json
@@ -5,11 +5,23 @@
5
{
6
"description": "Use fix as Semantic Commit prefix for all dependency updates in these folders to generate release",
7
"matchPaths": [
8
- "examples/quickstart",
+ "patterns/vsi-quickstart",
9
"patterns/vsi",
10
"patterns/roks"
11
],
12
"semanticCommitType": "fix"
13
+ },
14
+ {
15
+ "description": "Allow the locked in provider version to be updated to the latest for DAs",
16
+ "enabled": true,
17
+ "matchPaths": ["patterns"],
18
+ "matchManagers": ["terraform"],
19
+ "matchDepTypes": ["required_provider"],
20
+ "rangeStrategy": "bump",
21
+ "semanticCommitType": "fix",
22
+ "group": true,
23
+ "groupName": "required_provider",
24
+ "commitMessageExtra": "to latest for the landing zone DAs"
25
}
26
]
27
0 commit comments