finish configs
Some checks failed
CI / Test (pull_request) Failing after 6s

This commit is contained in:
2025-10-08 16:26:40 +02:00
parent 1a850b98e3
commit 20bbd0982e
4 changed files with 9 additions and 26 deletions

View File

@@ -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"
]
} }
] ]
} }

View File

@@ -3,6 +3,7 @@
"docker-compose": { "docker-compose": {
"digest": { "digest": {
"enabled": true "enabled": true
} },
"addLabels": ["deps", "docker-compose"]
} }
} }

View File

@@ -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"
]
} }
} }

View File

@@ -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"
]
} }
} }