forked from ppy/osu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d032d0
commit 433f9e5
Showing
6 changed files
with
85 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Help | ||
url: https://github.com/ppy/osu/discussions/categories/q-a | ||
about: osu! not working as you'd expect? Not sure it's a bug? Check the Q&A section! | ||
- name: Suggestions or feature request | ||
url: https://github.com/ppy/osu/discussions/categories/ideas | ||
about: Got something you think should change or be added? Search for or start a new discussion! | ||
- name: osu!stable issues | ||
url: https://github.com/ppy/osu-stable-issues | ||
about: For osu!(stable) - ie. the current "live" game version, check out the dedicated repository. Note that this is for serious bug reports only, not tech support. | ||
- name: Help | ||
url: https://github.com/ppy/osu/discussions/categories/q-a | ||
about: osu! not working as you'd expect? Not sure it's a bug? Check the Q&A section! | ||
- name: Suggestions or feature request | ||
url: https://github.com/ppy/osu/discussions/categories/ideas | ||
about: Got something you think should change or be added? Search for or start a new discussion! | ||
- name: osu!stable issues | ||
url: https://github.com/ppy/osu-stable-issues | ||
about: For osu!(stable) - ie. the current "live" game version, check out the dedicated repository. Note that this is for serious bug reports only, not tech support. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: nuget | ||
directory: "/" | ||
schedule: | ||
interval: monthly | ||
time: "17:00" | ||
open-pull-requests-limit: 0 # disabled until https://github.com/dependabot/dependabot-core/issues/369 is resolved. | ||
ignore: | ||
- dependency-name: Microsoft.EntityFrameworkCore.Design | ||
versions: | ||
- "> 2.2.6" | ||
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite | ||
versions: | ||
- "> 2.2.6" | ||
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite.Core | ||
versions: | ||
- "> 2.2.6" | ||
- dependency-name: Microsoft.Extensions.DependencyInjection | ||
versions: | ||
- ">= 5.a, < 6" | ||
- dependency-name: NUnit3TestAdapter | ||
versions: | ||
- ">= 3.16.a, < 3.17" | ||
- dependency-name: Microsoft.NET.Test.Sdk | ||
versions: | ||
- 16.9.1 | ||
- dependency-name: Microsoft.Extensions.DependencyInjection | ||
versions: | ||
- 3.1.11 | ||
- 3.1.12 | ||
- dependency-name: Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | ||
versions: | ||
- 3.1.11 | ||
- dependency-name: Microsoft.NETCore.Targets | ||
versions: | ||
- 5.0.0 | ||
- dependency-name: Microsoft.AspNetCore.SignalR.Protocols.MessagePack | ||
versions: | ||
- 5.0.2 | ||
- dependency-name: NUnit | ||
versions: | ||
- 3.13.1 | ||
- dependency-name: Microsoft.AspNetCore.SignalR.Client | ||
versions: | ||
- 3.1.11 | ||
- package-ecosystem: nuget | ||
directory: "/" | ||
schedule: | ||
interval: monthly | ||
time: "17:00" | ||
open-pull-requests-limit: 0 # disabled until https://github.com/dependabot/dependabot-core/issues/369 is resolved. | ||
ignore: | ||
- dependency-name: Microsoft.EntityFrameworkCore.Design | ||
versions: | ||
- "> 2.2.6" | ||
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite | ||
versions: | ||
- "> 2.2.6" | ||
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite.Core | ||
versions: | ||
- "> 2.2.6" | ||
- dependency-name: Microsoft.Extensions.DependencyInjection | ||
versions: | ||
- ">= 5.a, < 6" | ||
- dependency-name: NUnit3TestAdapter | ||
versions: | ||
- ">= 3.16.a, < 3.17" | ||
- dependency-name: Microsoft.NET.Test.Sdk | ||
versions: | ||
- 16.9.1 | ||
- dependency-name: Microsoft.Extensions.DependencyInjection | ||
versions: | ||
- 3.1.11 | ||
- 3.1.12 | ||
- dependency-name: Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | ||
versions: | ||
- 3.1.11 | ||
- dependency-name: Microsoft.NETCore.Targets | ||
versions: | ||
- 5.0.0 | ||
- dependency-name: Microsoft.AspNetCore.SignalR.Protocols.MessagePack | ||
versions: | ||
- 5.0.2 | ||
- dependency-name: NUnit | ||
versions: | ||
- 3.13.1 | ||
- dependency-name: Microsoft.AspNetCore.SignalR.Client | ||
versions: | ||
- 3.1.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters