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
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"enabled": true,
"schedule": ["* 12-18 * * 5"]
},
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"description": "Group minor and patch updates for GitHub Actions to reduce PR noise",
Expand All @@ -18,6 +21,15 @@
"groupName": "GitHub Actions",
"groupSlug": "github-actions"
},
{
"description": "Group pre-commit updates",
"matchManagers": [
"pre-commit"
],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "pre-commit hooks",
"groupSlug": "pre-commit"
},
{
"description": "Group digest updates for all dependencies to maintain lockfile consistency",
"matchPackagePatterns": ["*"],
Expand Down
Loading