diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa7a59609..14f91a38d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,9 +2,20 @@ # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# https://devblogs.microsoft.com/dotnet/using-dependabot-to-manage-dotnet-sdk-updates/ +# https://learn.microsoft.com/en-us/dotnet/core/tools/global-json version: 2 updates: + - package-ecosystem: "dotnet-sdk" + directory: "/AppControl Manager" + schedule: + interval: "weekly" + day: "thursday" + reviewers: + - "HotCakeX" + labels: + - ".NET SDK" - package-ecosystem: "nuget" directories: - "/AppControl Manager" diff --git a/AppControl Manager/global.json b/AppControl Manager/global.json new file mode 100644 index 000000000..ba9139ddd --- /dev/null +++ b/AppControl Manager/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "9.0.101", + "rollForward": "latestMajor", + "allowPrerelease": true + } +} \ No newline at end of file