Skip to content

Commit

Permalink
Regrouper dépendances
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Nov 26, 2024
1 parent 71a9065 commit a6d463a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
{
"matchPackagePatterns": ["^actions/"],
"automerge": true
},
{
"description": "Regrouper les librairies @constl.",
"groupName": "Constellation",
"groupSlug": "constellation-node",
"matchDatasources": ["npm"],
"matchPackageNames": ["@constl/**"]
},
{
"description": "Regrouper les librairies @libp2p et Helia.",
"groupName": "Libp2p et Helia",
"groupSlug": "libp2p-helia-node",
"matchDatasources": ["npm"],
"matchPackageNames": ["@libp2p/**", "@chainsafe/**", "libp2p", "helia"]
}
]
}

0 comments on commit a6d463a

Please sign in to comment.