Files
capsule/renovate.json
T
Oliver BählerandGitHub 12b254c622 chore: minor fixes in repository (#1310)
* chore: remove kind action and use local kind

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

* chore: remove go dependency group

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

* chore: fix documentation links

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

* fix(helm): added scope for mutating webhook configurations

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

* feat(helm): align webhooks and job values

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

---------

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
2025-01-15 14:52:14 +01:00

26 lines
619 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard"],
"baseBranches": ["main"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"mode": "full",
"commitMessageLowerCase": "auto",
"semanticCommits": "enabled",
"semanticCommitType": "feat",
"ignorePaths": [
"docs"
],
"flux": {
"fileMatch": ["^.*flux\\.yaml$"]
},
"packageRules": [
{
"matchManagers": ["github-actions", "flux"],
"groupName": "all-ci-updates",
"updateTypes": ["major", "minor", "patch"]
}
]
}