2 Commits

2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ dependencies:
version: 4.2.0
- name: mariadb
repository: "https://charts.bitnami.com/bitnami"
version: 12.2.9
version: 12.2.5
+25
View File
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"fileMatch": [
"(^|/)values\\.ya?ml$"
],
"matchStrings": [
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
],
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"common"
],
"enabled": false
}
]
}