From c1152e6d4aac4e0b30250ea7a4da4fd6e1f58771 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Mon, 25 Nov 2024 23:52:01 +0100 Subject: [PATCH] add mutanuq --- repos.json | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) diff --git a/repos.json b/repos.json index bc4510e..99899d3 100644 --- a/repos.json +++ b/repos.json @@ -863,6 +863,141 @@ } ] }, + { + "name": "trueberryless-org/mutanuq", + "files": [ + { + "path": "template-files/.changeset/config.json", + "targetPath": ".changeset/config.json", + "props": { + "repositoryName": "mutanuq" + } + }, + { + "path": "template-files/.changeset/README.md", + "targetPath": ".changeset/README.md", + "props": { + "repositoryName": "mutanuq" + } + }, + { + "path": "template-files/.dockerignore", + "targetPath": ".dockerignore" + }, + { + "path": "template-files/.github/workflows/deployment.yaml", + "targetPath": ".github/workflows/deployment.yaml", + "props": { + "branchName": "main", + "repositoryName": "mutanuq", + "documentationFolder": "starlight" + } + }, + { + "path": "template-files/.github/workflows/format.yaml", + "targetPath": ".github/workflows/format.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/release.yaml", + "targetPath": ".github/workflows/release.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/welcome-bot.yaml", + "targetPath": ".github/workflows/welcome-bot.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.gitignore/Node.gitignore", + "targetPath": ".gitignore" + }, + { + "path": "template-files/.prettierignore", + "targetPath": ".prettierignore" + }, + { + "path": "template-files/.prettierrc", + "targetPath": ".prettierrc" + }, + { + "path": "template-files/Dockerfile", + "targetPath": "Dockerfile", + "props": { + "documentationFolder": "starlight" + } + }, + { + "path": "template-files/LICENSE", + "targetPath": "LICENSE", + "props": { + "year": "2024" + } + }, + { + "path": "template-files/manifest/certificate.yaml", + "targetPath": "manifest/certificate.yaml", + "props": { + "repositoryName": "mutanuq", + "subdomainName": "mutanuq" + } + }, + { + "path": "template-files/manifest/deployment.yaml", + "targetPath": "manifest/deployment.yaml", + "props": { + "repositoryName": "mutanuq" + } + }, + { + "path": "template-files/manifest/ingress.yaml", + "targetPath": "manifest/ingress.yaml", + "props": { + "repositoryName": "mutanuq", + "subdomainName": "mutanuq" + } + }, + { + "path": "template-files/manifest/namespace.yaml", + "targetPath": "manifest/namespace.yaml", + "props": { + "repositoryName": "mutanuq" + } + }, + { + "path": "template-files/manifest/service.yaml", + "targetPath": "manifest/service.yaml", + "props": { + "repositoryName": "mutanuq" + } + }, + { + "path": "template-files/package.json/changeset.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/definition.package.json", + "targetPath": "package.json", + "special": "package.json", + "props": { + "packageName": "mutanuq-monorepo", + "repositoryName": "mutanuq" + } + }, + { + "path": "template-files/README.md", + "targetPath": "README.md", + "special": "README.md" + } + ] + }, { "name": "trueberryless-org/blog", "files": [