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 5af3376c81 GH-2265: Group dependabot patches updates
5af3376c81 is described below
commit 5af3376c81788cea96347a1892e17f27dc19e8ef
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Feb 12 08:16:26 2024 +0000
GH-2265: Group dependabot patches updates
---
.github/dependabot.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 124b5c1896..5617be819a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,6 +6,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+ groups:
+ maven-patch-group:
+ update-types:
+ - "patch"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
@@ -17,4 +21,8 @@ updates:
schedule:
interval: "weekly"
versioning-strategy: increase-if-necessary
+ groups:
+ npm-patch-group:
+ update-types:
+ - "patch"
open-pull-requests-limit: 10