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

alien11689 pushed a commit to branch skip-asm-all-updates
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 4778089ecfa897d8e590b2659f03b8db6a5aac89
Author: Dominik Przybysz <[email protected]>
AuthorDate: Fri Feb 28 19:21:41 2025 +0100

    [MAINTENANCE] Skip asm-*all 6.x updates
---
 .github/dependabot.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 1af0821a0..7df17cd36 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -16,6 +16,12 @@ updates:
       interval: "daily"
     open-pull-requests-limit: 10
     ignore:
+      - dependency-name: "org.ow2.asm:asm-all"
+        versions:
+          - ">=6" # asm moved to org.ow2.asm:asm
+      - dependency-name: "org.ow2.asm:asm-debug-all"
+        versions:
+          - ">=6" # asm moved to org.ow2.asm:asm
       - dependency-name: "org.apache.felix:maven-bundle-plugin"
         versions:
           - ">=6.0.0" # does not support java 8

Reply via email to