Skip to content

Commit 5b28f03

Browse files
authored
chore: ignore versioned docs in Renovate config (#1821)
1 parent 629eb7b commit 5b28f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
3-
"ignorePaths": ["docs/**", "src/crawlee/project_template/**"],
3+
"ignorePaths": ["docs/**", "src/crawlee/project_template/**", "website/versioned_docs/**"],
44
"pinVersions": false,
55
"separateMajorMinor": false,
66
"dependencyDashboard": false,

0 commit comments

Comments
 (0)