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 b93fe75 commit af52704Copy full SHA for af52704
.github/dependabot.yml
@@ -17,6 +17,8 @@ updates:
17
versions: [ "[1.3,)" ]
18
- dependency-name: "org.apache.felix:maven-bundle-plugin"
19
versions: [ "[6.0,)" ]
20
+ - dependency-name: "org.junit:*"
21
+ versions: [ "[6.0,)" ]
22
- package-ecosystem: "maven"
23
directory: "/"
24
schedule:
@@ -32,6 +34,8 @@ updates:
32
34
33
35
36
37
38
39
- package-ecosystem: "github-actions"
40
41
0 commit comments