Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
'conventional-changelog',
'markdownlint',
'prettier',
'renovate',
'stylelint',
'textlint',
'eslint-config-base',
Expand Down
17 changes: 7 additions & 10 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"extends": ["@lmc-eu", "@lmc-eu:scheduleWeeklyBusinessHours", "group:allNonMajor", ":pinOnlyDevDependencies"],
"ignorePresets": [":ignoreModulesAndTests"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
"extends": [
"github>alma-oss/renovate-config",
"github>alma-oss/renovate-config:scheduleWeeklyBusinessHours",
"group:allNonMajor",
":pinOnlyDevDependencies",
":dependencyDashboard"
],
"enabledManagers": ["npm", "github-actions"],
"prConcurrentLimit": 3
}
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ This monorepo contains shareable configurations for various coding-style/best pr
| ESLint | [@lmc-eu/eslint-config-jest](packages/eslint-config-jest) | [![@lmc-eu/eslint-config-jest][ec-jest-badge]][ec-jest-npm] |
| ESLint | [@lmc-eu/eslint-config-typescript](packages/eslint-config-typescript) | [![@lmc-eu/eslint-config-typescript][ec-ts-badge]][ec-ts-npm] |
| Prettier | [@lmc-eu/prettier-config](packages/prettier-config) | [![@lmc-eu/prettier-config][pc-badge]][pc-npm] |
| Renovate | [@lmc-eu/renovate-config](packages/renovate-config) | [![@lmc-eu/renovate-config][rc-badge]][rc-npm] |
| Remark | [@almacareer/remark-config](packages/remark-config) | [![@almacareer/remark-config][rmc-badge]][rmc-npm] |
| Stylelint | [@almacareer/stylelint-config](packages/stylelint-config) | [![@almacareer/stylelint-config][slc-badge]][slc-npm] |
| Textlint | [@lmc-eu/textlint-rule-preset-lmc](packages/textlint-rule-preset-lmc) | [![@lmc-eu/textlint-rule-preset-lmc][tlc-badge]][tlc-npm] |
Expand All @@ -44,8 +43,6 @@ We got a lot of inspiration from a similar project at [STRV][strv-github]. Thank
[clc-badge]: https://img.shields.io/npm/v/%40lmc-eu/commitlint-config.svg?style=flat-square
[slc-npm]: https://www.npmjs.com/package/@almacareer/stylelint-config
[slc-badge]: https://img.shields.io/npm/v/%40almacareer/stylelint-config.svg?style=flat-square
[rc-npm]: https://www.npmjs.com/package/@lmc-eu/renovate-config
[rc-badge]: https://img.shields.io/npm/v/%40lmc-eu/renovate-config.svg?style=flat-square
[ec-base-npm]: https://www.npmjs.com/package/@lmc-eu/eslint-config-base
[ec-base-badge]: https://img.shields.io/npm/v/%40lmc-eu/eslint-config-base.svg?style=flat-square
[ec-gql-npm]: https://www.npmjs.com/package/@lmc-eu/eslint-config-graphql
Expand Down
96 changes: 0 additions & 96 deletions packages/renovate-config/CHANGELOG.md

This file was deleted.

144 changes: 0 additions & 144 deletions packages/renovate-config/README.md

This file was deleted.

109 changes: 0 additions & 109 deletions packages/renovate-config/package.json

This file was deleted.

Loading