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 889abe8 commit 7d95c9fCopy full SHA for 7d95c9f
.github/dependabot.yml
@@ -13,8 +13,10 @@ updates:
13
versions: [ "[2.0,)" ]
14
- dependency-name: "ch.qos.logback:logback-classic"
15
versions: [ "[1.3,)" ]
16
+ - dependency-name: "org.junit:*"
17
+ versions: [ "[6.0,)" ]
18
- package-ecosystem: "github-actions"
19
directory: "/"
20
schedule:
21
interval: "daily"
- target-branch: "main"
22
+ target-branch: "main"
0 commit comments