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 6b228bab23 Don't group npm ecosystem updates
6b228bab23 is described below
commit 6b228bab23b26c7e797654424a1f0e5d304ce42a
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Mar 10 15:16:31 2025 +0000
Don't group npm ecosystem updates
---
.github/dependabot.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 60462ef9d5..f70164b4a1 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:
+## - "minor"
open-pull-requests-limit: 10