Skip to content

Commit 06c15c6

Browse files
committed
Add "packages/dropdowns" to renovate ignorePaths
1 parent 049c299 commit 06c15c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": ["config:base"],
33
"rebaseStalePrs": true,
4-
"ignorePaths": ["**/node_modules/**"],
4+
"ignorePaths": ["**/node_modules/**", "packages/dropdowns"],
55
"schedule": ["on Monday every 9 weeks of the year starting on the 5th week"],
66
"labels": ["PR: Internal :seedling:"],
77
"postUpdateOptions": ["npmDedupe"],

0 commit comments

Comments
 (0)