mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 20:46:42 +00:00
* 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>
26 lines
619 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|