diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e1d1cc7..bb436fe 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,6 +4,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+ groups:
+ dependencies:
+ applies-to: version-updates
+ dependency-type: production
+ update-types:
+ - minor
+ - patch
- package-ecosystem: "github-actions"
directory: "/"
schedule:
diff --git a/pom.xml b/pom.xml
index 80e00d1..efdf739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
org.testng
testng
- 7.8.0
+ 7.11.0
test