Skip to content
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@
"matchManagers": ["custom.regex"],
"matchFileNames": ["**/.github/upstream-projects.yaml"],
"schedule": ["at any time"],
"minimumReleaseAge": "24 hours",
"minimumReleaseAge": "1 hour",
"minimumReleaseAgeBehaviour": "timestamp-optional",
"ignoreUnstable": true,
"rebaseWhen": "never",
"recreateWhen": "never",
"commitMessageTopic": "{{depName}}",
"prBodyNotes": [
"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)."
"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."
]
}
]
Expand Down