diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 61a323b..eb9ff0f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @gsoft-inc/internal-developer-platform +* @workleap/internal-developer-platform diff --git a/CODEOWNERS b/CODEOWNERS index 61a323b..eb9ff0f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @gsoft-inc/internal-developer-platform +* @workleap/internal-developer-platform diff --git a/README.md b/README.md index 370996f..28873df 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Workleap.DotNet.CodingStandards [![nuget](https://img.shields.io/nuget/v/Workleap.DotNet.CodingStandards.svg?logo=nuget)](https://www.nuget.org/packages/Workleap.DotNet.CodingStandards/) -[![build](https://img.shields.io/github/actions/workflow/status/gsoft-inc/wl-dotnet-codingstandards/publish.yml?logo=github&branch=main)](https://github.com/workleap/wl-dotnet-codingstandards/actions/workflows/publish.yml) +[![build](https://img.shields.io/github/actions/workflow/status/workleap/wl-dotnet-codingstandards/publish.yml?logo=github&branch=main)](https://github.com/workleap/wl-dotnet-codingstandards/actions/workflows/publish.yml) This package provides a set of **programming standards for .NET projects**, including rules for **style**, **quality**, **security**, and **performance**. It relies on [built-in .NET analyzers](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/overview) that are shipped with the .NET SDK. diff --git a/renovate.json b/renovate.json index 7a52c5e..7e5c440 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>gsoft-inc/renovate-config", - "github>gsoft-inc/renovate-config:all-automerge.json" + "github>workleap/renovate-config", + "github>workleap/renovate-config:all-automerge.json" ] } \ No newline at end of file