Skip to content

Commit

Permalink
Merge pull request #73 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 c6650ae + a01db08 commit 29c8a99
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

* [#44] - Setting Renovate to follow Emoji Prefix
* [#50] - Setting Renovate to follow Emoji Prefix
* [#73] - Renovate package groups

[Unreleased]: https://github.com/sounisi5011/semver-range-intersect/compare/v0.3.1...HEAD
[#4]: https://github.com/sounisi5011/semver-range-intersect/pull/4
Expand All @@ -46,6 +47,7 @@
[#55]: https://github.com/sounisi5011/semver-range-intersect/pull/55
[#56]: https://github.com/sounisi5011/semver-range-intersect/pull/56
[#59]: https://github.com/sounisi5011/semver-range-intersect/pull/59
[#73]: https://github.com/sounisi5011/semver-range-intersect/pull/73

## [0.3.1] (2019-07-20 UTC / 2019-07-21 JST)

Expand Down
35 changes: 35 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,41 @@
{
"updateTypes": ["rollback"],
"commitMessagePrefix": "\u2B07\uFE0F"
},
{
"packageNames": ["eslint"],
"packagePatterns": ["^@typescript-eslint/", "^eslint-"],
"groupName": "dependencies: eslint packages",
"groupSlug": "eslint-packages"
},
{
"packageNames": [
"husky",
"lint-staged",
"prettier",
"prettier-package-json",
"sort-package-json"
],
"groupName": "dependencies: code formatter packages",
"groupSlug": "code-formatter-packages"
},
{
"packageNames": ["ava", "fast-deep-equal", "iter-tools", "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 29c8a99

Please sign in to comment.