diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18ba8f9..f573c5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,7 +18,7 @@ updates: - "type: dependencies" - package-ecosystem: "nuget" # See documentation for possible values - directory: "/Boyfriend" # Location of package manifests + directory: "/" # Location of package manifests schedule: interval: "weekly" allow: diff --git a/.github/workflows/resharper.yml b/.github/workflows/resharper.yml index 9a91364..7de5d34 100644 --- a/.github/workflows/resharper.yml +++ b/.github/workflows/resharper.yml @@ -31,6 +31,6 @@ jobs: - name: ReSharper CLI InspectCode uses: muno92/resharper_inspectcode@1.6.6 with: - solutionPath: ./Boyfriend-CSharp.sln + solutionPath: ./Boyfriend.sln ignoreIssueType: InvertIf solutionWideAnalysis: true diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..470a6fb --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +* @boyfriend-admins +Messages.tt-ru.resx @mctaylors