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 f367311 commit 18f184eCopy full SHA for 18f184e
.github/dependabot.yaml
@@ -26,23 +26,18 @@ registries:
26
27
updates:
28
- package-ecosystem: maven
29
- directory: "/"
+ directories:
30
+ - "/"
31
+ - "log4j-samples-graalvm"
32
schedule:
33
interval: daily
34
open-pull-requests-limit: 10
35
registries:
36
- maven-central
37
38
- package-ecosystem: gradle
- directory: "log4j-samples-android"
- schedule:
39
- interval: daily
40
- open-pull-requests-limit: 10
41
- registries:
42
- - maven-central
43
-
44
- - package-ecosystem: maven
45
- directory: "log4j-samples-graalvm"
46
47
48
0 commit comments