Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 3, 2025
1 parent 1e8e8c3 commit b690caa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
},
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit b690caa

Please sign in to comment.