2 Commits

2 changed files with 1 additions and 26 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.5
version: 12.2.9
-25
View File
@@ -1,25 +0,0 @@
{
"$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
}
]
}