mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
17 lines
623 B
Plaintext
17 lines
623 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchFileNames": ["**/clusters/**"],
|
|
"additionalBranchPrefix": "{{ lookup (split (lookup (split packageFileDir 'clusters/') 1) '/') 0 }}/",
|
|
"commitMessageSuffix": " - {{ lookup (split (lookup (split packageFileDir 'clusters/') 1) '/') 0 }}",
|
|
"addLabels": ["kube/clusters/{{ lookup (split (lookup (split packageFileDir 'clusters/') 1) '/') 0 }}"]
|
|
}
|
|
//{
|
|
// "matchFileNames": ["kube/clusters/**"],
|
|
// "additionalBranchPrefix": ["{{ lookup (split packageFileDir '/') 2 }}/"]
|
|
//}
|
|
]
|
|
}
|
|
|