Skip to content

Commit 5381594

Browse files
committed
[MAINTENANCE] Skip dependabot for submodules without CI builds
1 parent 9c5ff56 commit 5381594

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,29 @@ updates:
2121
- dependency-name: "biz.aQute.bnd:biz.aQute.bndlib"
2222
versions:
2323
- ">=7.0.0"
24+
25+
- package-ecosystem: "maven"
26+
directory: "/application"
27+
schedule:
28+
interval: "monthly"
29+
ignore:
30+
- dependency-name: "*"
31+
- package-ecosystem: "maven"
32+
directory: "/samples"
33+
schedule:
34+
interval: "monthly"
35+
ignore:
36+
- dependency-name: "*"
37+
- package-ecosystem: "maven"
38+
directory: "/sandbox"
39+
schedule:
40+
interval: "monthly"
41+
ignore:
42+
- dependency-name: "*"
43+
- package-ecosystem: "maven"
44+
directory: "/tutorials"
45+
schedule:
46+
interval: "monthly"
47+
ignore:
48+
- dependency-name: "*"
49+

0 commit comments

Comments
 (0)