ci: track updates for new deps

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
renovate/github.com-donomii-go-rwkv.cpp-digest
Ettore Di Giacinto 1 year ago
parent e3cabb555d
commit cb5d6f6e3a
  1. 9
      .github/workflows/bump_deps.yaml

@ -30,6 +30,15 @@ jobs:
- repository: "nomic-ai/gpt4all" - repository: "nomic-ai/gpt4all"
variable: "GPT4ALL_VERSION" variable: "GPT4ALL_VERSION"
branch: "main" branch: "main"
- repository: "mudler/go-ggllm.cpp"
variable: "GOGGLLM_VERSION"
branch: "master"
- repository: "mudler/go-stable-diffusion"
variable: "STABLEDIFFUSION_VERSION"
branch: "master"
- repository: "mudler/go-piper"
variable: "PIPER_VERSION"
branch: "master"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

Loading…
Cancel
Save