Skip to content

Commit cceade1

Browse files
authored
[MAINTENANCE] Skip asm-*all 6.x updates (#529)
1 parent 7dc17c1 commit cceade1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ updates:
1616
interval: "daily"
1717
open-pull-requests-limit: 10
1818
ignore:
19+
- dependency-name: "org.ow2.asm:asm-all"
20+
versions:
21+
- ">=6" # artifact moved to org.ow2.asm:asm
22+
- dependency-name: "org.ow2.asm:asm-debug-all"
23+
versions:
24+
- ">=6" # artifact moved to org.ow2.asm:asm
1925
- dependency-name: "org.apache.felix:maven-bundle-plugin"
2026
versions:
2127
- ">=6.0.0" # does not support java 8

0 commit comments

Comments
 (0)