diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 13a0567..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,31 +0,0 @@ -version: 2 -updates: - # Enable version updates for NuGet - - package-ecosystem: "nuget" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - groups: - dotnet-dependencies: - patterns: - - "Microsoft.*" - - "System.*" - test-dependencies: - patterns: - - "xunit*" - - "coverlet*" - - # Enable version updates for Go modules - - package-ecosystem: "gomod" - directory: "/src/D2Sharp/d2wrapper" - schedule: - interval: "weekly" - open-pull-requests-limit: 5 - - # Enable version updates for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 5