chore: use release age for all managers except helm (#1931)

* fix(controller): decode old object for delete requests

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

* chore: modernize golang

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

* chore: modernize golang

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

* chore: modernize golang

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>

* chore: use release age for all managers except helm

Signed-off-by: Oliver Baehler <oliver@sudo-i.net>

---------

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: Oliver Baehler <oliver@sudo-i.net>
This commit is contained in:
Oliver Bähler
2026-05-29 15:47:04 +03:00
committed by GitHub
parent 7bb05e0dc3
commit 1c6ad55e9e
+18 -5
View File
@@ -1,5 +1,5 @@
{
"minimumReleaseAge": "14 days",
"minimumReleaseAge": null,
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard"],
"baseBranches": ["main"],
@@ -10,9 +10,7 @@
"commitMessageLowerCase": "auto",
"semanticCommits": "enabled",
"semanticCommitType": "feat",
"ignorePaths": [
"docs"
],
"ignorePaths": ["docs"],
"labels": ["renovate"],
"flux": {
"fileMatch": ["^.*flux\\.yaml$"]
@@ -27,6 +25,21 @@
"matchManagers": ["github-actions"],
"matchPackageNames": ["sigstore/cosign-installer"],
"enabled": false
},
{
"matchManagers": [
"github-actions",
"flux",
"gomod",
"dockerfile",
"docker-compose",
"regex"
],
"minimumReleaseAge": "14 days"
},
{
"matchManagers": ["helmv3","helm-values"],
"minimumReleaseAge": null
}
],
"customManagers": [
@@ -45,7 +58,7 @@
"customType": "regex",
"fileMatch": [".*\\.pre-commit-config\\.ya?ml$"],
"matchStrings": [
"repo:\\s*https://github\\.com/(?<lookupValue>[^/]+/[^\\s]+)[\\s\\S]*?rev:\\s*(?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
"repo:\\s*https://github\\.com/(?<lookupValue>[^/]+/[^\\s]+)[\\s\\S]*?rev:\\s*(?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
],
"depNameTemplate": "{{lookupValue}}",
"datasourceTemplate": "github-tags",