diff --git a/.github/renovate.json b/.github/renovate.json index 893fe8f..11a9ece 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>clytage/renovate-config"] + "extends": ["github>stegripe/renovate-config"] } diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index e350b90..1b9be6b 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -14,5 +14,5 @@ # jobs: # docker: -# uses: clytage/workflows/.github/workflows/docker-build.yml@main +# uses: stegripe/workflows/.github/workflows/docker-build.yml@main # secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eea53f4..cb6b6f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,5 +10,5 @@ on: jobs: test: - uses: clytage/workflows/.github/workflows/pnpm-lint-and-test.yml@main + uses: stegripe/workflows/.github/workflows/pnpm-lint-and-test.yml@main secrets: inherit diff --git a/Dockerfile b/Dockerfile index 1bfba27..09fe18b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN pnpm prune --production FROM ghcr.io/hazmi35/node:21-alpine LABEL name "template" -LABEL maintainer "Clytage " +LABEL maintainer "Stegripe " # Copy needed files COPY --from=build-stage /tmp/build/package.json . diff --git a/README.md b/README.md index ae7c31f..f4261d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# @clytage/template +# @stegripe/template -A template to generate well-configured project base for Clytage. +A template to generate well-configured project base for Stegripe. diff --git a/package.json b/package.json index d6626d8..c440c43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "template", "version": "1.0.0", - "description": "A template to generate well-configured project base for Clytage.", + "description": "A template to generate well-configured project base for Stegripe.", "main": "dist/index.js", "type": "module", "scripts": { @@ -14,14 +14,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/clytage/template.git" + "url": "git+https://github.com/stegripe/template.git" }, - "author": "Clytage ", + "author": "Stegripe ", "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/clytage/template/issues" + "url": "https://github.com/stegripe/template/issues" }, - "homepage": "https://github.com/clytage/template#readme", + "homepage": "https://github.com/stegripe/template#readme", "engines": { "node": ">=16.6.0", "npm": ">=7.0.0"