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
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":dependencyDashboard"
":dependencyDashboard",
"schedule:weekly"
],
"packageRules": [
{
"description": "Auto-merge GitHub Actions and CI tool patch/minor/digest updates",
"description": "Group all deps (Actions + workflow tool pins + nvm) into one PR",
"matchManagers": ["github-actions", "custom.regex"],
"groupName": "ci dependencies"
},
{
"description": "Automerge patch/minor/digest (the group merges only if every member is automergeable)",
"matchManagers": ["github-actions", "custom.regex"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
Expand Down