b4939f348d
CD / Release (push) Successful in 6s
Reviewed-on: #63 Reviewed-by: branch-buddy <branch-buddy@t00n.de> Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>t.behrendt/renovate-configs:common", "helpers:pinGitHubActionDigests"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"addLabels": ["deps", "action"]
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchPackageNames": [
|
|
"https://gitea.t000-n.de/t.behrendt/actions/*",
|
|
"https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment",
|
|
"https://gitea.t000-n.de/t.behrendt/k_deploy_workflows",
|
|
"https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action",
|
|
|
|
"actions/checkout",
|
|
"actions/cache",
|
|
"actions/cache/*",
|
|
"actions/setup-go",
|
|
|
|
"azure/setup-kubectl",
|
|
"azure/setup-helm",
|
|
"azure/k8s-set-context",
|
|
"azure/k8s-create-secret",
|
|
"azure/k8s-deploy",
|
|
"azure/k8s-lint",
|
|
|
|
"helmfile/helmfile-action",
|
|
|
|
"docker/setup-buildx-action",
|
|
"docker/login-action",
|
|
"docker/build-push-action",
|
|
|
|
"oven-sh/setup-bun"
|
|
],
|
|
"automerge": true,
|
|
"platformAutomerge": true,
|
|
"automergeType": "pr",
|
|
"addLabels": ["automerge"]
|
|
}
|
|
]
|
|
}
|