Skip to content

Commit 7a6567b

Browse files
committed
[MAINTENANCE] Skip dependabot for subsystem/subsystem-scope-* without CI builds
1 parent 5381594 commit 7a6567b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,24 @@ updates:
4040
interval: "monthly"
4141
ignore:
4242
- dependency-name: "*"
43+
- package-ecosystem: "maven"
44+
directory: "/subsystem/subsystem-scope-api"
45+
schedule:
46+
interval: "monthly"
47+
ignore:
48+
- dependency-name: "*"
49+
- package-ecosystem: "maven"
50+
directory: "/subsystem/subsystem-scope-impl"
51+
schedule:
52+
interval: "monthly"
53+
ignore:
54+
- dependency-name: "*"
55+
- package-ecosystem: "maven"
56+
directory: "/subsystem/subsystem-scope-itests"
57+
schedule:
58+
interval: "monthly"
59+
ignore:
60+
- dependency-name: "*"
4361
- package-ecosystem: "maven"
4462
directory: "/tutorials"
4563
schedule:

0 commit comments

Comments
 (0)