We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011fec4 commit 0882542Copy full SHA for 0882542
1 file changed
.github/dependabot.yml
@@ -6,6 +6,9 @@ updates:
6
interval: daily
7
open-pull-requests-limit: 10
8
target-branch: dependencies
9
+ ignore:
10
+ - dependency-name: "org.junit.jupiter:junit-jupiter-api"
11
+ versions: ">= 6"
12
- package-ecosystem: "github-actions"
13
directory: "/"
14
schedule:
0 commit comments