Skip to content

Commit

Permalink
add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Hansard committed Nov 6, 2024
1 parent e94211f commit 94863a7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["regex"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["(^|/)main\\.tf$"],
"matchStrings": [
"chart *=.*\"(?<depName>.*?)\"\\)\\s*chart_version *=.*\"(?<currentValue>.*?)\"\\)\\s*repository *=.*\"(?<registryUrl>.*?)\"\\)"
],
"datasourceTemplate": "helm",
"versioningTemplate": "helm"
}
]
}

0 comments on commit 94863a7

Please sign in to comment.