Skip to content

Commit 4ef4c10

Browse files
authored
Disable npm (#7)
1 parent 08365b7 commit 4ef4c10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

default.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"config:base",
44
":separateMultipleMajorReleases",
55
":separatePatchReleases"
6+
],
7+
"packageRules": [
8+
{
9+
"matchManagers": ["npm"],
10+
"enabled": false
11+
}
612
]
713
}

0 commit comments

Comments
 (0)