From 96f9eac4761cd3adeb709640bb48703e00259e7f Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Fri, 22 Mar 2024 00:12:32 +1000 Subject: [PATCH 1/2] chore: install NUnit.Analyzers --- .github/renovate.json | 15 +++++++++++++++ renovate.json | 7 ------- .../Iesi.Collections.Test.csproj | 3 +++ src/Iesi.Collections.sln | 1 + 4 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 .github/renovate.json delete mode 100644 renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..5b3ce6a --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "semanticCommits": "enabled", + "packageRules": [ + { + "matchSourceUrls": [ + "https://github.com/nunit/nunit" + ], + "groupName": "NUnit" + } + ] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 17a9df9..0000000 --- a/renovate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], - "semanticCommits": "enabled" -} diff --git a/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj b/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj index 81741f7..038a9b1 100644 --- a/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj +++ b/src/Iesi.Collections.Test/Iesi.Collections.Test.csproj @@ -10,6 +10,9 @@ + + all + diff --git a/src/Iesi.Collections.sln b/src/Iesi.Collections.sln index e9d2268..d05e125 100644 --- a/src/Iesi.Collections.sln +++ b/src/Iesi.Collections.sln @@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject ..\LICENSE.txt = ..\LICENSE.txt ..\default.build = ..\default.build + ..\renovate.json = ..\renovate.json EndProjectSection EndProject Global From 8f3b5fd5a5a2d69db0671ba10e94513ee3b72da5 Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Fri, 22 Mar 2024 00:22:02 +1000 Subject: [PATCH 2/2] remove renovate.json from solution --- src/Iesi.Collections.sln | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Iesi.Collections.sln b/src/Iesi.Collections.sln index d05e125..e9d2268 100644 --- a/src/Iesi.Collections.sln +++ b/src/Iesi.Collections.sln @@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject ..\LICENSE.txt = ..\LICENSE.txt ..\default.build = ..\default.build - ..\renovate.json = ..\renovate.json EndProjectSection EndProject Global