diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ad2b15..f962c68 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,20 +15,10 @@ updates: prefix: "chore" include: "scope" groups: - production-dependencies: + dependencies: applies-to: version-updates patterns: - "*" - exclude-patterns: - - "Microsoft.NET.Test.Sdk" - - "MSTest.*" - - "coverlet.*" - test-dependencies: - applies-to: version-updates - patterns: - - "Microsoft.NET.Test.Sdk" - - "MSTest.*" - - "coverlet.*" # Enable version updates for GitHub Actions - package-ecosystem: "github-actions"