mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
Fix renovate configuration
This commit is contained in:
@@ -3,20 +3,24 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"helm-values": {
|
|
||||||
"managerFilePatterns": ["^charts/.*/values\\.yaml$"]
|
|
||||||
},
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["major"],
|
"matchDatasources": ["docker"],
|
||||||
"groupName": null,
|
|
||||||
"pinDigests": true
|
"pinDigests": true
|
||||||
},
|
}
|
||||||
|
],
|
||||||
|
"helm-values": {
|
||||||
|
"fileMatch": ["^charts/.*/values\\.yaml$"]
|
||||||
|
},
|
||||||
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
"fileMatch": ["^charts/.*/values\\.yaml$"],
|
||||||
"groupName": "non-major dependencies",
|
"matchStrings": [
|
||||||
"groupSlug": "non-major",
|
"repository:\s*'(?<depName>.*?)'\n\s*tag:\s*'(?<currentValue>.*?)'",
|
||||||
"pinDigests": true
|
"repository:\s*\"(?<depName>.*?)\"\n\s*tag:\s*\"(?<currentValue>.*?)\"",
|
||||||
|
"repository:\s*(?<depName>.*?)\n\s*tag:\s*(?<currentValue>.*)"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "docker"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user