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

commit a5c6a9ef3820736b86c03a75d6d283ee398c4216
Author: Dominik Przybysz <[email protected]>
AuthorDate: Sat Jan 25 19:28:31 2025 +0100

    [MAINTENANCE] Remove dependabot for not root modules
    
    Github Action runs for all configurations but since there are all deps 
exlcuded and dependabot should pick only submodules inside reactor then other 
submodules should be also excluded
---
 .github/dependabot.yaml | 43 -------------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 63555a0b2..63d7eb792 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -41,46 +41,3 @@ updates:
         versions:
           - ">=5.0.0" # does not support java 8
 
-  - package-ecosystem: "maven"
-    directory: "/application"
-    schedule:
-      interval: "monthly"
-    ignore:
-      - dependency-name: "*"
-  - package-ecosystem: "maven"
-    directory: "/samples"
-    schedule:
-      interval: "monthly"
-    ignore:
-      - dependency-name: "*"
-  - package-ecosystem: "maven"
-    directory: "/sandbox"
-    schedule:
-      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:
-      interval: "monthly"
-    ignore:
-      - dependency-name: "*"
-

Reply via email to