Skip to content

Commit 2d8c140

Browse files
committed
ci: greenkeeper ignore eslint except @kevinoid
Pull requests for eslint, eslint-config, and eslint-plugin updates are only actionable if @kevinoid/eslint-config is updated at the same time (since it lists those packages as peerDependencies). Therefore, Greenkeeper shouldn't monitor these packages. Signed-off-by: Kevin Locke <[email protected]>
1 parent 35015f2 commit 2d8c140

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@
6464
"node": ">=8.3",
6565
"npm": ">=1.3.7"
6666
},
67+
"greenkeeper": {
68+
"ignore": [
69+
"eslint",
70+
"eslint-config-airbnb-base",
71+
"eslint-plugin-import",
72+
"eslint-plugin-node",
73+
"eslint-plugin-promise",
74+
"eslint-plugin-unicorn"
75+
]
76+
},
6777
"mocha": {
6878
"checkLeaks": true,
6979
"exit": false

0 commit comments

Comments
 (0)