mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-01 11:39:55 +03:00
Refactor guild data storage (#13)
Co-authored-by: mctaylors <volkovvladislav8@gmail.com>
This commit is contained in:
parent
f0a6c8faff
commit
7b8888dae3
24 changed files with 941 additions and 661 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -13,7 +13,9 @@ updates:
|
|||
# Allow both direct and indirect updates for all packages
|
||||
- dependency-type: "all"
|
||||
assignees:
|
||||
- "l1ttleO"
|
||||
- "Octol1ttle"
|
||||
labels:
|
||||
- "type: dependencies"
|
||||
|
||||
- package-ecosystem: "nuget" # See documentation for possible values
|
||||
directory: "/Boyfriend" # Location of package manifests
|
||||
|
@ -24,4 +26,6 @@ updates:
|
|||
- dependency-type: "all"
|
||||
# Add assignees
|
||||
assignees:
|
||||
- "l1ttleO"
|
||||
- "Octol1ttle"
|
||||
labels:
|
||||
- "type: dependencies"
|
||||
|
|
2
.github/workflows/resharper.yml
vendored
2
.github/workflows/resharper.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: dotnet restore
|
||||
|
||||
- name: ReSharper CLI InspectCode
|
||||
uses: muno92/resharper_inspectcode@1.6.0
|
||||
uses: muno92/resharper_inspectcode@1.6.6
|
||||
with:
|
||||
solutionPath: ./Boyfriend-CSharp.sln
|
||||
ignoreIssueType: InvertIf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue