fix: handling of private package in action automerge and disabling of minaGe
CI / Test (bun-npm.json) (pull_request) Successful in 13s
CI / Test (common.json) (pull_request) Successful in 10s
CI / Test (docker-compose.json) (pull_request) Successful in 11s
CI / Test (action.json) (pull_request) Successful in 47s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 53s

This commit is contained in:
2026-06-21 16:57:13 +02:00
parent 49996d1108
commit 01161be858
2 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -10,10 +10,11 @@
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": [ "matchPackageNames": [
"https://gitea.t000-n.de/t.behrendt/actions/*", "t.behrendt/actions",
"https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment", "t.behrendt/actions/*",
"https://gitea.t000-n.de/t.behrendt/k_deploy_workflows", "t.behrendt/conventional-semantic-git-tag-increment",
"https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action", "t.behrendt/k_deploy_workflows",
"t.behrendt/validate-json-by-json-schema-action",
"actions/checkout", "actions/checkout",
"actions/cache", "actions/cache",
+1 -1
View File
@@ -16,7 +16,7 @@
{ {
"description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).", "description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).",
"matchPackageNames": [ "matchPackageNames": [
"!https://gitea.t000-n.de/t.behrendt/**" "!t.behrendt/**"
], ],
"minimumReleaseAge": "7 days", "minimumReleaseAge": "7 days",
"minimumReleaseAgeBehaviour": "timestamp-required", "minimumReleaseAgeBehaviour": "timestamp-required",