Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit c65a2d0

Browse files
erezrokahehmicky
andauthored
chore: remove netlify package rules (#267)
Co-authored-by: ehmicky <ehmicky@users.noreply.github.com>
1 parent 2f2a013 commit c65a2d0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

renovate.json5

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,9 @@
55
masterIssue: true,
66
automerge: false,
77
packageRules: [
8-
{
9-
packagePatterns: ['^@netlify', '^netlify'],
10-
groupName: 'netlify packages',
11-
schedule: null,
12-
},
138
{
149
// Those cannot be upgraded to a major version until we drop support for Node 8
15-
packageNames: [
16-
'ava',
17-
'nock',
18-
'p-map',
19-
'tempy',
20-
],
10+
packageNames: ['ava', 'nock', 'p-map', 'tempy'],
2111
major: {
2212
enabled: false,
2313
},

0 commit comments

Comments
 (0)