We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c822c46 commit 0824a43Copy full SHA for 0824a43
.github/dependabot.yml
@@ -3,6 +3,9 @@ version: 2
3
updates:
4
- package-ecosystem: "docker"
5
directory: "/"
6
+ ignore:
7
+ - dependency-name: "openjdk"
8
+ versions: ["12.x", "13.x", "14.x", "15.x", "16.x"]
9
schedule:
10
interval: "weekly"
11
open-pull-requests-limit: 5
0 commit comments