mirror of
https://github.com/ruvnet/RuView
synced 2026-06-09 10:13:17 +00:00
c257e9a215
- Add branch = main to each submodule in .gitmodules - Add GitHub Actions workflow that checks every 6 hours for upstream updates and opens a PR automatically Co-Authored-By: claude-flow <ruv@ruv.net>
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
[submodule "vendor/midstream"]
|
|
path = vendor/midstream
|
|
url = https://github.com/ruvnet/midstream
|
|
branch = main
|
|
[submodule "vendor/ruvector"]
|
|
path = vendor/ruvector
|
|
url = https://github.com/ruvnet/ruvector
|
|
branch = main
|
|
[submodule "vendor/sublinear-time-solver"]
|
|
path = vendor/sublinear-time-solver
|
|
url = https://github.com/ruvnet/sublinear-time-solver
|
|
branch = main
|