This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7a6567bb5 [MAINTENANCE] Skip dependabot for 
subsystem/subsystem-scope-* without CI builds
7a6567bb5 is described below

commit 7a6567bb5d594d8d8056f56aa07d09c8b42749f9
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Jan 15 20:46:58 2025 +0100

    [MAINTENANCE] Skip dependabot for subsystem/subsystem-scope-* without CI 
builds
---
 .github/dependabot.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 669207a7a..f4e1b4a6f 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -40,6 +40,24 @@ updates:
       interval: "monthly"
     ignore:
       - dependency-name: "*"
+  - package-ecosystem: "maven"
+    directory: "/subsystem/subsystem-scope-api"
+    schedule:
+      interval: "monthly"
+    ignore:
+      - dependency-name: "*"
+  - package-ecosystem: "maven"
+    directory: "/subsystem/subsystem-scope-impl"
+    schedule:
+      interval: "monthly"
+    ignore:
+      - dependency-name: "*"
+  - package-ecosystem: "maven"
+    directory: "/subsystem/subsystem-scope-itests"
+    schedule:
+      interval: "monthly"
+    ignore:
+      - dependency-name: "*"
   - package-ecosystem: "maven"
     directory: "/tutorials"
     schedule:

Reply via email to