Skip to content

Commit

Permalink
Merge pull request #23 from sounisi5011/renovate-package-groups
Browse files Browse the repository at this point in the history
Renovate package groups
  • Loading branch information
sounisi5011 committed Nov 24, 2019
2 parents 3d80fa3 + 813d18c commit bc4fd9e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,8 +6,13 @@

* [#7] - Add BundlePhobia Badge

### Others

* [#23] - Renovate package groups

[Unreleased]: https://github.com/sounisi5011/metalsmith-directory-metadata/compare/v1.0.0...HEAD
[#7]: https://github.com/sounisi5011/metalsmith-directory-metadata/pull/7
[#23]: https://github.com/sounisi5011/metalsmith-directory-metadata/pull/23

## [1.0.0] (2019-09-11 UTC)

Expand Down
41 changes: 41 additions & 0 deletions renovate.json
Expand Up @@ -9,6 +9,47 @@
{
"updateTypes": ["rollback"],
"commitMessagePrefix": "\u2B07\uFE0F"
},
{
"packageNames": ["eslint"],
"packagePatterns": ["^@typescript-eslint/", "^eslint-"],
"groupName": "dependencies: eslint packages",
"groupSlug": "eslint-packages"
},
{
"packageNames": [
"husky",
"lint-staged",
"mustache",
"prettier",
"prettier-package-json",
"sort-package-json"
],
"groupName": "dependencies: code formatter packages",
"groupSlug": "code-formatter-packages"
},
{
"packageNames": [
"ava",
"lodash.clonedeep",
"@types/lodash.clonedeep",
"ts-node"
],
"groupName": "dependencies: test packages",
"groupSlug": "tester-packages"
},
{
"packageNames": [
"@sounisi5011/check-peer-deps",
"can-npm-publish",
"del-cli",
"git-branch-is",
"is-git-status-clean",
"npm-run-all",
"package-version-git-tag"
],
"groupName": "dependencies: npm-scripts packages",
"groupSlug": "npm-scripts-packages"
}
]
}

0 comments on commit bc4fd9e

Please sign in to comment.