Skip to content

Commit

Permalink
Update renovate bot package groups
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Mar 31, 2020
1 parent 495adf7 commit 12522f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
15 changes: 9 additions & 6 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -384,18 +384,21 @@
packageNames: [
'@hapi/hapi',
'@types/hapi__hapi',
'joi',
'@types/joi',
'@hapi/boom',
'@types/hapi__boom',
'@hapi/hoek',
'@hapi/cookie',
'@types/hapi__cookie',
'@hapi/good',
'@hapi/good-squeeze',
'@hapi/h2o2',
'@types/hapi__h2o2',
'@hapi/good',
'good-squeeze',
'@types/good-squeeze',
'@hapi/hoek',
'@hapi/inert',
'@types/hapi__inert',
'@hapi/vision',
'@hapi/wreck',
'joi',
'@types/joi',
],
},
{
Expand Down
17 changes: 13 additions & 4 deletions src/dev/renovate/package_groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,22 @@ export const RENOVATE_PACKAGE_GROUPS: PackageGroup[] = [
packageWords: ['hapi'],
packageNames: [
'@hapi/hapi',
'joi',
'@types/hapi__hapi',
'@hapi/boom',
'@hapi/hoek',
'@hapi/h2o2',
'@types/hapi__boom',
'@hapi/cookie',
'@types/hapi__cookie',
'@hapi/good',
'good-squeeze',
'@hapi/good-squeeze',
'@hapi/h2o2',
'@types/hapi__h2o2',
'@hapi/hoek',
'@hapi/inert',
'@types/hapi__inert',
'@hapi/vision',
'@hapi/wreck',
'joi',
'@types/joi',
],
},

Expand Down

0 comments on commit 12522f5

Please sign in to comment.