renovate: default-allow + codify ArgoCD auto-sync #16
@@ -91,10 +91,11 @@ data:
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"description": "termix: regex versioning parses the release-X.Y.Z prefix; minimumReleaseAge:0 bypasses the stability gate because ghcr.io OCI manifests for this image don't expose a release timestamp (timestamp-required mode otherwise holds it forever). Major bumps still queue for dashboard approval via the global major rule.",
|
||||
"description": "termix: use github-releases as datasource (ghcr.io OCI manifest for this image lacks the release timestamp Renovate needs for the stability gate; GitHub Releases at Termix-SSH/Termix expose proper timestamps so the 3-day gate works as intended). regex versioning parses the release-X.Y.Z prefix. Renovate still writes the new tag to the same ghcr.io/lukegus/termix image (the registry hosts every release).",
|
||||
"matchPackageNames": ["ghcr.io/lukegus/termix"],
|
||||
"versioning": "regex:^release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
"minimumReleaseAge": "0 days"
|
||||
"datasource": "github-releases",
|
||||
"packageName": "Termix-SSH/Termix",
|
||||
"versioning": "regex:^release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
||||
},
|
||||
{
|
||||
"description": "wanderer: db + web update together in one PR",
|
||||
|
||||
Reference in New Issue
Block a user