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
2 changes: 2 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
schedule: [
'before 5am on the first day of the month',
],
minimumReleaseAge: "3 days",

@weihanglo weihanglo Aug 10, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That reminds me again, should we dogfood first before #17335?

View changes since the review

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be a bit limited since it will be ignored on stable

internalChecksFilter: "strict",
semanticCommits: 'enabled',
configMigration: true,
dependencyDashboard: true,
Expand Down