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" }