Skip to content

Commit a68f13e

Browse files
rdimitrovclaude
andcommitted
Address Dan's review feedback on #748
Two small follow-ups: 1. minimumReleaseAge: 24 hours -> 1 hour. Dan flagged that 24h is overcautious for first-party Stacklok releases. Renovate itself only runs every 4h so 1h is effectively close to 0 while still protecting against same-day yanks/reverts. 2. prBodyNotes: drop "regenerates" where we're actually just syncing. Now precisely: "syncs reference assets (CLI help, Swagger) and regenerates the CRD MDX pages" for toolhive. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 99fd4f8 commit a68f13e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888
"matchManagers": ["custom.regex"],
8989
"matchFileNames": ["**/.github/upstream-projects.yaml"],
9090
"schedule": ["at any time"],
91-
"minimumReleaseAge": "24 hours",
91+
"minimumReleaseAge": "1 hour",
9292
"minimumReleaseAgeBehaviour": "timestamp-optional",
9393
"ignoreUnstable": true,
9494
"rebaseWhen": "never",
9595
"recreateWhen": "never",
9696
"commitMessageTopic": "{{depName}}",
9797
"prBodyNotes": [
98-
"After this PR opens, `.github/workflows/upstream-release-docs.yml` adds source-verified content edits for the new release. For `stacklok/toolhive`, the same workflow also regenerates reference docs (CLI help, Swagger, CRD schemas)."
98+
"After this PR opens, `.github/workflows/upstream-release-docs.yml` adds source-verified content edits for the new release. For `stacklok/toolhive`, the same workflow also syncs reference assets (CLI help, Swagger) and regenerates the CRD MDX pages."
9999
]
100100
}
101101
]

0 commit comments

Comments
 (0)