From a92607b6822ba6056aeaa5ce01a56b47e8b312f2 Mon Sep 17 00:00:00 2001
From: Pavel Vetokhin
Date: Wed, 20 Sep 2023 22:41:43 +0300
Subject: [PATCH] Refine spring group
---
.github/dependabot.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9d57c825..f194b55d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,9 +11,9 @@ updates:
schedule:
interval: "daily"
groups:
- spring:
+ SpringFramework:
patterns:
- - "org.springframework.*"
+ - "org.springframework*"
- package-ecosystem: "maven"
directory: "/apps"
schedule: