Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ updates:
# past it needs a licensing decision, not an automated bump.
- dependency-name: FluentAssertions
versions: [">=8.0.0"]
# YamlDotNet 18.x breaks BattleScribeSpec.TestKit in the lib/battlescribe-spec
# submodule — its SpecLoader static initializer throws and all 362 conformance
# specs stop loading. Central package management applies our version to the
# submodule's projects too. Unblock only when battlescribe-spec moves to 18.x.
# See #330.
- dependency-name: YamlDotNet
versions: [">=18.0.0"]
Loading