Skip to content

Commit

Permalink
chore(deps): ignore major updates breaking node 8 support (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Aug 18, 2020
1 parent 595c4e2 commit 0f886f0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
13 changes: 0 additions & 13 deletions renovate.json

This file was deleted.

20 changes: 20 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
extends: ['github>netlify/renovate-config:default'],
ignorePresets: [':prHourlyLimit2'],
semanticCommits: true,
masterIssue: true,
packageRules: [
{
packagePatterns: ['^@netlify', '^netlify'],
groupName: 'netlify packages',
schedule: null,
},
{
// Those cannot be upgraded to a major version until we drop support for Node 8
packageNames: ['eslint', 'ava', 'globby', '@octokit/rest', 'chalk', 'prettier'],
major: {
enabled: false,
},
},
],
}

0 comments on commit 0f886f0

Please sign in to comment.