Skip to content

Commit 07740c1

Browse files
committed
ci(dependabot): ignore rustyline major bumps
rustyline 18 drops a transitive Windows dep that libduckdb-sys was relying on to link rstrtmgr.lib (Restart Manager), producing reproducible unresolved-symbol link errors on Windows (RmStartSession, RmEndSession, RmRegisterResources, RmGetList). Closes #48.
1 parent 81994e5 commit 07740c1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ updates:
66
interval: "weekly"
77
commit-message:
88
prefix: "deps"
9+
# rustyline 18 drops a transitive Windows dep that libduckdb-sys was
10+
# relying on to link rstrtmgr.lib (Restart Manager), producing
11+
# unresolved-symbol link errors on Windows. Stay on rustyline 17 until
12+
# duckdb-rs declares the link itself or we add an explicit
13+
# windows-sys/Win32_System_RestartManager dep.
14+
ignore:
15+
- dependency-name: "rustyline"
16+
update-types: ["version-update:semver-major"]
917

1018
- package-ecosystem: "github-actions"
1119
directory: "/"

0 commit comments

Comments
 (0)