This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch replace-asm-all-dependencies-with-asm in repository https://gitbox.apache.org/repos/asf/aries.git
commit 9871c24b8dfed7bc040bb86652771907d3fb38f6 Author: Dominik Przybysz <[email protected]> AuthorDate: Sun Mar 30 22:06:21 2025 +0200 [MAINTENANCE] Remove dependabot rules for asm-all* --- .github/dependabot.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d47b64b87..873d1bae0 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -16,12 +16,6 @@ updates: interval: "daily" open-pull-requests-limit: 20 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
