Compare commits
1 Commits
0.19.0
...
e14fd129f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
e14fd129f6
|
+34
@@ -5,6 +5,40 @@
|
|||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"addLabels": ["deps", "action"]
|
"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"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user