ignorePaths in packageRules seems to be ignored #33007
Answered
by
rarkins
y-nk
asked this question in
Request Help
-
Beta Was this translation helpful? Give feedback.
Answered by
rarkins
Dec 11, 2024
Replies: 1 comment 7 replies
-
{
"npm": {
"ignorePaths": [
"**/services/graphql-gateway/**",
"**/packages/**",
]
}
} |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, if you're using
packageRules
thenmatchFileNames
is what should be used.If you read the docs, you can see all supported matchers quite easily: