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