Skip to content

Commit

Permalink
Merge pull request #101 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 1228242 + bd36637 commit e42ef84
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@

* [#92] - Downgrade supported Node version

### Others

* [#101] - Renovate package groups

[Unreleased]: https://github.com/sounisi5011/package-version-git-tag/compare/v2.0.2...master
[#92]: https://github.com/sounisi5011/package-version-git-tag/pull/92
[#101]: https://github.com/sounisi5011/package-version-git-tag/pull/101

## [2.0.2] (2019-11-12 UTC)

Expand Down
41 changes: 41 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,47 @@
{
"updateTypes": ["rollback"],
"commitMessagePrefix": "⬇️"
},
{
"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",
"del",
"escape-string-regexp",
"make-dir",
"node-git-server",
"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"
],
"groupName": "dependencies: npm-scripts packages",
"groupSlug": "npm-scripts-packages"
}
]
}

0 comments on commit e42ef84

Please sign in to comment.