fix: handling of private package in action automerge and disabling of minAge (#69)
CD / Release (push) Successful in 5s

Reviewed-on: #69
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #69.
This commit is contained in:
2026-06-21 16:59:14 +02:00
committed by t.behrendt
parent 49996d1108
commit 229212cb6e
2 changed files with 7 additions and 6 deletions
+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).",
"matchPackageNames": [
"!https://gitea.t000-n.de/t.behrendt/**"
"!t.behrendt/**"
],
"minimumReleaseAge": "7 days",
"minimumReleaseAgeBehaviour": "timestamp-required",