This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 41f1140a5c Group npm ecosystem updates by patch
41f1140a5c is described below
commit 41f1140a5cc5bd0419c42616e51569673a9c05ad
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Mar 12 09:06:06 2025 +0000
Group npm ecosystem updates by patch
---
.github/dependabot.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f70164b4a1..819d6305c8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -37,8 +37,8 @@ updates:
interval: "weekly"
day: "wednesday"
versioning-strategy: increase-if-necessary
-## groups:
-## npm-patch-group:
-## update-types:
-## - "minor"
+ groups:
+ npm-patch-group:
+ update-types:
+ - "patch"
open-pull-requests-limit: 10