From ad343e257f27ad4920240ca3922dd8cb26e4f81e Mon Sep 17 00:00:00 2001 From: Laika Date: Fri, 15 Aug 2025 16:18:46 +0200 Subject: [PATCH 1/2] chore: Added CODEOWNERS & updated dependabot.yml - `reviewers` of dependabot.yml doesn't work anymore, so set up a basic CODEOWNERS file --- .github/CODEOWNERS | 7 +++++++ .github/dependabot.yml | 2 -- MagicBytesValidator.sln.DotSettings | 1 - 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..afbb7d7 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Global owners +# Will be requested for review if no later rule matches +* @kryptobi + +# Owners for C#-Code +*.cs @kryptobi @TeQ2102 @maxbreuker + diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a8a024b..dbf7274 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - reviewers: - - "cus-dbc-laika" groups: dependencies: patterns: diff --git a/MagicBytesValidator.sln.DotSettings b/MagicBytesValidator.sln.DotSettings index 394adcb..b257690 100644 --- a/MagicBytesValidator.sln.DotSettings +++ b/MagicBytesValidator.sln.DotSettings @@ -10,7 +10,6 @@ True True True - True True True True From 1a1dd367054a4771846eb0e333c9880f72496ae8 Mon Sep 17 00:00:00 2001 From: Laika Date: Fri, 15 Aug 2025 16:19:13 +0200 Subject: [PATCH 2/2] chore: Update dependencies --- MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj b/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj index 0e2030d..90615fe 100644 --- a/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj +++ b/MagicBytesValidator.Tests/MagicBytesValidator.Tests.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers