Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"enabledManagers": [
"github-actions",
"custom.regex"
Expand Down Expand Up @@ -160,6 +161,7 @@
"minimumReleaseAge": "7 days"
},
{
"description": "Neither ghcr.io nor registry.ddbuild.io return release timestamps, and Renovate treats a missing timestamp as never having aged. Without timestamp-optional these updates sit with a permanently pending renovate/stability-days check.",
"matchManagers": [
"custom.regex"
],
Expand All @@ -174,7 +176,8 @@
"renovate/docker-images",
"qa/skip-qa"
],
"minimumReleaseAge": "7 days"
"minimumReleaseAge": "7 days",
"minimumReleaseAgeBehaviour": "timestamp-optional"
}
]
}
Loading