diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ca517d..4a77016 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + hyperbee: + patterns: + - "Hyperbee.*" diff --git a/Directory.Packages.props b/Directory.Packages.props index 61149d1..0321f7d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,7 +4,7 @@ - + diff --git a/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs b/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs index 7cb1cd2..1d0d25a 100644 --- a/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs +++ b/test/Hyperbee.Json.Benchmark/FilterOptimizationBenchmark.cs @@ -1,4 +1,4 @@ -using System.Text.Json; +using System.Text.Json; using BenchmarkDotNet.Attributes; using Hyperbee.Json.Path.Filters; using Hyperbee.Json.Path.Filters.Parser;