Skip to content

Commit 26e1621

Browse files
authored
ci: update renovate.json (#564)
1 parent 2d46352 commit 26e1621

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@
55
{
66
"description": "Use fix as Semantic Commit prefix for all dependency updates in these folders to generate release",
77
"matchPaths": [
8-
"examples/quickstart",
8+
"patterns/vsi-quickstart",
99
"patterns/vsi",
1010
"patterns/roks"
1111
],
1212
"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"
1325
}
1426
]
1527
}

0 commit comments

Comments
 (0)