chore: ⬆️ updated deps

This commit is contained in:
2026-05-20 22:52:20 +02:00
parent d9f27c1775
commit 43f4680176
374 changed files with 295527 additions and 301467 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"release-type": "go",
"package-name": "go-mssqldb",
"component": "",
"include-component-in-tag": false,
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"extra-files": [
"version.go"
]
}
}
}