From cf18614eff349e28ce81d043f28319b24495fe3f Mon Sep 17 00:00:00 2001 From: johnko <279736+johnko@users.noreply.github.com> Date: Fri, 9 Jan 2026 23:09:54 -0500 Subject: [PATCH] chore: add ollama-code to repos --- github/johnko/repos/_import-active-repos.sh | 1 + github/johnko/repos/locals.tf | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/github/johnko/repos/_import-active-repos.sh b/github/johnko/repos/_import-active-repos.sh index 579eeaa..3ac8ec7 100644 --- a/github/johnko/repos/_import-active-repos.sh +++ b/github/johnko/repos/_import-active-repos.sh @@ -8,6 +8,7 @@ encrypt-message-to-github-user homedir iac-github lab +ollama-code renovate-config terraform-aws-eks terraform-aws-eks-blueprints diff --git a/github/johnko/repos/locals.tf b/github/johnko/repos/locals.tf index 4cf8ed5..30e67c5 100644 --- a/github/johnko/repos/locals.tf +++ b/github/johnko/repos/locals.tf @@ -40,7 +40,11 @@ locals { homedir = local.public_repo_with_master_branch iac-github = local.public_repo_with_main_branch lab = local.public_repo_with_main_branch - renovate-config = local.public_repo_with_main_branch + ollama-code = merge( + local.forked_public_repo_with_main_branch, + { description = "ollama-code is a privacy first coding agent." } + ) + renovate-config = local.public_repo_with_main_branch terraform-aws-eks = merge( local.forked_public_repo_with_master_branch, { homepage_url = "https://registry.terraform.io/modules/terraform-aws-modules/eks/aws" }