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 cceade109 [MAINTENANCE] Skip asm-*all 6.x updates (#529)
cceade109 is described below
commit cceade109814a706cbdc60eb39bdc1601f103f91
Author: Dominik Przybysz <[email protected]>
AuthorDate: Fri Feb 28 19:26:38 2025 +0100
[MAINTENANCE] Skip asm-*all 6.x updates (#529)
---
.github/dependabot.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 1af0821a0..6adb31141 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" # artifact moved to org.ow2.asm:asm
+ - dependency-name: "org.ow2.asm:asm-debug-all"
+ versions:
+ - ">=6" # artifact moved to org.ow2.asm:asm
- dependency-name: "org.apache.felix:maven-bundle-plugin"
versions:
- ">=6.0.0" # does not support java 8