We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07f7180 + 8d8564b commit 2347979Copy full SHA for 2347979
1 file changed
.github/renovate.json5
@@ -67,6 +67,12 @@
67
"matchPackageNames": ["numpy"],
68
"matchCurrentValue": ">=1.24.4, <=2.0.2",
69
"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"
76
}
77
],
78
0 commit comments