Skip to content

Commit 5b6aec5

Browse files
committed
ignore website dir
1 parent 5a297d1 commit 5b6aec5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

renovate.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"ignorePaths": [
7+
"website/**"
8+
]
69
}

0 commit comments

Comments
 (0)