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.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 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