This commit is contained in:
@@ -2,13 +2,8 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"addLabels": [
|
||||
"deps",
|
||||
"action"
|
||||
]
|
||||
"matchManagers": ["github-actions"],
|
||||
"addLabels": ["deps", "action"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"docker-compose": {
|
||||
"digest": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"addLabels": ["deps", "docker-compose"]
|
||||
}
|
||||
}
|
||||
|
||||
14
helm.json
14
helm.json
@@ -1,25 +1,17 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"helm-values": {
|
||||
"fileMatch": [
|
||||
"(^|/)values/.*\\.ya?ml$",
|
||||
"(^|/)values/.*\\.ya?ml\\.gotmpl$"
|
||||
]
|
||||
"fileMatch": ["(^|/)values/.*\\.ya?ml$", "(^|/)values/.*\\.ya?ml\\.gotmpl$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
"helm-values"
|
||||
],
|
||||
"matchManagers": ["helm-values"],
|
||||
"versioning": "docker",
|
||||
"separateMinorPatch": true
|
||||
}
|
||||
],
|
||||
"helmfile": {
|
||||
"enabled": true,
|
||||
"addLabels": [
|
||||
"deps",
|
||||
"helm"
|
||||
]
|
||||
"addLabels": ["deps", "helm"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user