Skip to content

Commit

Permalink
- improve renovate config for manually pined deps (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtracz authored May 22, 2024
1 parent 5d7d701 commit 631d894
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
],
"ignoreDeps": [
"registry.blumilk.pl/toby/toby",
],
"packageRules": [
{
"description": "Manually pined dependency by developers",
"matchManagers": ["composer"],
"packageName": "phpoffice/phpword",
"groupName": "Manually pined phpoffice/phpword",
"dependencyDashboardApproval": true,
}
]
}

0 comments on commit 631d894

Please sign in to comment.