Skip to content

Commit

Permalink
chore: enable renovate per mgr and best practice
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Mar 9, 2024
1 parent d92cb15 commit 7d61581
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"extends": [
"config:best-practices"
],
"packageRules": {
"matchPackagePatterns": ["*"],
"packageRules": [
{ "matchPackagePatterns": ["*"],
"groupName": "{{manager}}"
}
}
]
}

0 comments on commit 7d61581

Please sign in to comment.