Skip to content

Commit 0824a43

Browse files
committed
ignore jdk updates
1 parent c822c46 commit 0824a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ version: 2
33
updates:
44
- package-ecosystem: "docker"
55
directory: "/"
6+
ignore:
7+
- dependency-name: "openjdk"
8+
versions: ["12.x", "13.x", "14.x", "15.x", "16.x"]
69
schedule:
710
interval: "weekly"
811
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)