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 134ca52 commit e06ec10Copy full SHA for e06ec10
renovate.json
@@ -4,7 +4,7 @@
4
"packageRules": [
5
{
6
"description": "Use fix as Semantic Commit prefix for all dependency updates in these folders to generate release",
7
- "matchPaths": [
+ "matchFileNames": [
8
"patterns/vsi-quickstart",
9
"patterns/vsi",
10
"patterns/roks",
@@ -15,7 +15,7 @@
15
16
"description": "Allow the locked in provider version to be updated to the latest for DAs",
17
"enabled": true,
18
- "matchPaths": ["patterns"],
+ "matchFileNames": ["patterns/**"],
19
"matchManagers": ["terraform"],
20
"matchDepTypes": ["required_provider"],
21
"rangeStrategy": "bump",
0 commit comments