Skip to content

Commit 8d8564b

Browse files
authored
chore: Update renovate to use feat type while updating langchain-postgres deps (#348)
chore: Update renovate to use feat type while updating langchain-postgres deps
1 parent adfca0c commit 8d8564b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
"matchPackageNames": ["numpy"],
6868
"matchCurrentValue": ">=1.24.4, <=2.0.2",
6969
"enabled": false
70+
},
71+
{
72+
"description": "Use feat commit type for LangChain Postgres dependency updates",
73+
"matchPackageNames": ["langchain-postgres"],
74+
"semanticCommitType": "feat",
75+
"groupName": "langchain-postgres"
7076
}
7177
],
7278
}

0 commit comments

Comments
 (0)