mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-26 13:10:40 +00:00
- 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>
12 lines
375 B
Text
12 lines
375 B
Text
[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
|