Skip to content

Commit 7c105dc

Browse files
authored
chore: ignore versioned docs in Renovate config (#848)
1 parent 8b805d0 commit 7c105dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/**"],
3+
"ignorePaths": ["docs/**", "website/versioned_docs/**"],
44
"pinVersions": false,
55
"separateMajorMinor": false,
66
"dependencyDashboard": false,

0 commit comments

Comments
 (0)