-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
35 lines (35 loc) · 1.63 KB
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"extends": ["github>form8ion/renovate-config"],
"packageRules": [
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint"],
"matchUpdateTypes": ["major"],
"commitBody": "BREAKING CHANGE: eslint dependency updated to new major version. review eslint release notes for details of the breaking changes"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint-plugin-import"],
"matchUpdateTypes": ["major"],
"commitBody": "BREAKING CHANGE: eslint-plugin-import dependency updated to new major version. review eslint-plugin-import release notes for details of the breaking changes"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint-plugin-filenames"],
"matchUpdateTypes": ["major"],
"commitBody": "BREAKING CHANGE: eslint-plugin-filenames dependency updated to new major version. review eslint-plugin-filenames release notes for details of the breaking changes"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint-plugin-eslint-comments"],
"matchUpdateTypes": ["major"],
"commitBody": "BREAKING CHANGE: eslint-plugin-eslint-comments dependency updated to new major version. review eslint-plugin-eslint-comments release notes for details of the breaking changes"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint-config-airbnb-base"],
"matchUpdateTypes": ["major"],
"commitBody": "BREAKING CHANGE: eslint-config-airbnb-base dependency updated to new major version. review eslint-config-airbnb-base release notes for details of the breaking changes"
}
]
}