From 8d96c0de38a8ddabe10424e7fd2fc200893a0a86 Mon Sep 17 00:00:00 2001 From: Freek van Rijt Date: Mon, 24 Feb 2025 13:48:20 +0100 Subject: [PATCH] ci(dependabot): bundle composer updates similarly to the npm updates --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3bb415513..ea992eab8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,17 @@ updates: interval: 'daily' reviewers: ['myparcelnl/integration'] versioning-strategy: increase-if-necessary + groups: + minor-php-updates: + applies-to: version-updates + exclude-patterns: + - "myparcelnl/pdk" + update-types: + - "minor" + - "patch" + php-pdk: + patterns: + - 'myparcelnl/pdk' - package-ecosystem: 'npm' directory: '/' @@ -30,5 +41,3 @@ updates: js-pdk: patterns: - '@myparcel-pdk/*' - -