From f77d1d69f0df5d4f05a3e5511db180dde4e2f25c Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 20 Nov 2024 21:20:41 -0800 Subject: [PATCH 1/2] Group minor version updates --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6961c2..0cd0711 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + dependencies: + applies-to: version-updates + dependency-type: production + update-types: + - minor + - patch - package-ecosystem: "github-actions" directory: "/" schedule: From 39cf6d87a6ffc2cb37459dda0917aaf85485f1f8 Mon Sep 17 00:00:00 2001 From: Simon Marty Date: Thu, 21 Nov 2024 10:52:44 -0800 Subject: [PATCH 2/2] Whitespace --- .github/dependabot.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0cd0711..e41308a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,13 +9,13 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - groups: - dependencies: - applies-to: version-updates - dependency-type: production - update-types: - - minor - - patch + groups: + dependencies: + applies-to: version-updates + dependency-type: production + update-types: + - minor + - patch - package-ecosystem: "github-actions" directory: "/" schedule: