Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt 04dbf706d8 fix(action): set registry url for internal deps
CI / Test (bun-npm.json) (pull_request) Successful in 4s
CI / Test (common.json) (pull_request) Successful in 4s
CI / Test (docker-compose.json) (pull_request) Successful in 5s
CI / Test (action.json) (pull_request) Failing after 19s
CI / Test (helm.json) (pull_request) Successful in 4s
CI / Format (pull_request) Failing after 6s
CI / Test (k8s.json) (pull_request) Successful in 23s
2026-07-01 07:35:57 +02:00
+18 -6
View File
@@ -13,12 +13,6 @@
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [
"t.behrendt/actions",
"t.behrendt/actions/*",
"t.behrendt/conventional-semantic-git-tag-increment",
"t.behrendt/k_deploy_workflows",
"t.behrendt/validate-json-by-json-schema-action",
"actions/checkout",
"actions/cache",
"actions/cache/*",
@@ -44,6 +38,24 @@
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [
"t.behrendt/actions",
"t.behrendt/actions/*",
"t.behrendt/conventional-semantic-git-tag-increment",
"t.behrendt/k_deploy_workflows",
"t.behrendt/validate-json-by-json-schema-action",
],
"matchRegistryUrls": [
"https://gitea.t000-n.de/**"
],
"automerge": true,
"platformAutomerge": true,
"automergeType": "pr",
"addLabels": ["automerge"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"],