mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
26 lines
664 B
Plaintext
26 lines
664 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"pinDigests": true
|
|
}
|
|
],
|
|
"helm-values": {
|
|
"fileMatch": ["^charts/.*/values\\.yaml$"]
|
|
},
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["^charts/.*/values\\.yaml$"],
|
|
"matchStrings": [
|
|
"repository:\s*'(?<depName>.*?)'\n\s*tag:\s*'(?<currentValue>.*?)'",
|
|
"repository:\s*\"(?<depName>.*?)\"\n\s*tag:\s*\"(?<currentValue>.*?)\"",
|
|
"repository:\s*(?<depName>.*?)\n\s*tag:\s*(?<currentValue>.*)"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
} |