diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 2ac828fac..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,31 +0,0 @@ -version: 2 -updates: -- package-ecosystem: nuget - directory: "/src" - schedule: - interval: monthly - groups: - ms-appcenter: - patterns: - - "microsoft.appcenter.*" - avalonia: - patterns: - - "avalonia" - - "avalonia.*" - reactive-extensions: - patterns: - - "system.reactive.*" - - "microsoft.reactive.*" - xunit: - patterns: - - "xunit" - - "xunit.*" - dotnet: - # you may need to add groupings above this if non core .NET projects are getting grouped into this. - patterns: - - "system.*" - - "microsoft.*" -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: monthly