Skip to content

Commit

Permalink
Merge pull request #1762 from oasisprotocol/mz/addRenovateGroup
Browse files Browse the repository at this point in the history
Add TypeScript type definitions group to Renovate bot config
  • Loading branch information
buberdds authored Nov 21, 2023
2 parents d5c9e2c + 47950af commit 42ace4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/1762.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add TypeScript type definitions group to Renovate bot config
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"groupName": "i18n dependencies",
"matchPackagePatterns": ["i18n"]
},
{
"groupName": "TypeScript type definitions",
"matchPackagePatterns": ["@types"]
},
{
"groupName": "docker dependencies",
"matchManagers": ["docker-compose", "dockerfile"]
Expand Down

0 comments on commit 42ace4a

Please sign in to comment.