We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignorePaths
1 parent 049c299 commit 06c15c6Copy full SHA for 06c15c6
.github/renovate.json
@@ -1,7 +1,7 @@
1
{
2
"extends": ["config:base"],
3
"rebaseStalePrs": true,
4
- "ignorePaths": ["**/node_modules/**"],
+ "ignorePaths": ["**/node_modules/**", "packages/dropdowns"],
5
"schedule": ["on Monday every 9 weeks of the year starting on the 5th week"],
6
"labels": ["PR: Internal :seedling:"],
7
"postUpdateOptions": ["npmDedupe"],
0 commit comments