Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt e14fd129f6 feat(actions): allow automege of certain actions
CI / Test (action.json) (pull_request) Successful in 11s
CI / Test (bun-npm.json) (pull_request) Successful in 10s
CI / Test (common.json) (pull_request) Successful in 11s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Test (docker-compose.json) (pull_request) Successful in 2m15s
2026-06-20 19:10:58 +02:00
+34
View File
@@ -5,6 +5,40 @@
{
"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"]
}
]
}