Skip to content

Commit 012107d

Browse files
committed
[dependabot] Teach it to not suggest hsqldb 2.6.0+ as that requires jdk 11
1 parent d63a26f commit 012107d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ updates:
2121
schedule:
2222
interval: daily
2323
open-pull-requests-limit: 10
24+
ignore:
25+
- dependency-name: org.hsqldb:hsqldb
26+
versions:
27+
- ">= 2.6.0"

0 commit comments

Comments
 (0)