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
16 changes: 15 additions & 1 deletion renovate-config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,21 @@
"matchDepTypes": [
"devDependencies",
],
"matchUpdateTypes": ["patch", "minor"]
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["* 1-7 * * 1"],
},
// Group Renovate updates in the .github repository and schedule them weekly
{
"groupName": "Renovate",
"groupSlug": "renovate",
"matchPackageNames": [
"renovate",
],
"matchRepositories": [
"LizardByte/.github",
],
"schedule": ["* 1-7 * * 1"],
"separateMultipleMajor": false,
},
// Rollback PRs miscalculate PEP 440 values for uv-backed pinned dependencies.
{
Expand Down