We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5381594 commit 7a6567bCopy full SHA for 7a6567b
.github/dependabot.yaml
@@ -40,6 +40,24 @@ updates:
40
interval: "monthly"
41
ignore:
42
- dependency-name: "*"
43
+ - package-ecosystem: "maven"
44
+ directory: "/subsystem/subsystem-scope-api"
45
+ schedule:
46
+ interval: "monthly"
47
+ ignore:
48
+ - dependency-name: "*"
49
50
+ directory: "/subsystem/subsystem-scope-impl"
51
52
53
54
55
56
+ directory: "/subsystem/subsystem-scope-itests"
57
58
59
60
61
- package-ecosystem: "maven"
62
directory: "/tutorials"
63
schedule:
0 commit comments