From 8ed018742d5ca43f32713176d812f43304527207 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 30 Jul 2024 19:16:49 -0400 Subject: [PATCH] ci(github): add jane-php group to dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fcb628b..12eed88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: '/' schedule: interval: 'daily' + groups: + jane-php: + patterns: + - 'jane-php/*' - package-ecosystem: 'gitsubmodule' directory: '/'