diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e36e307..3ae6131 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + minor-and-patch: + update-types: + - "minor" + - "patch" diff --git a/Gemfile.lock b/Gemfile.lock index d126ac5..b1d5a3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,9 +29,9 @@ GEM kramdown (~> 2.0) language_server-protocol (3.17.0.3) method_source (1.0.0) - nokogiri (1.16.0-arm64-darwin) + nokogiri (1.16.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-linux) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) parallel (1.24.0) parser (3.3.0.5)