From a0a36406e51abb5b78d8df0ef3fcc51ddc3033f4 Mon Sep 17 00:00:00 2001 From: Peter Morgenstern Date: Fri, 8 Mar 2024 06:57:42 +0100 Subject: [PATCH 1/2] Configure dependabot grouped updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) 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" From d8183efeae680c241d381852ba38a893d8c5a432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:33:31 +0000 Subject: [PATCH 2/2] Bump nokogiri from 1.16.0 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.0 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.0...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4005bc0..07ce155 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)