Skip to content

Commit aaba312

Browse files
committed
Define rules per directory
1 parent 8953a44 commit aaba312

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
version: 2
77
updates:
88
- package-ecosystem: "gradle" # See documentation for possible values
9-
directory: "/" # Location of package manifests
9+
directory: "/Task-Tracker-CLI" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "gradle" # See documentation for possible values
13+
directory: "/Task-Tracker-Entities" # Location of package manifests
14+
schedule:
15+
interval: "weekly"
16+
- package-ecosystem: "gradle" # See documentation for possible values
17+
directory: "/Task-Tracker-Entities-Impl" # Location of package manifests
18+
schedule:
19+
interval: "weekly"
20+
- package-ecosystem: "gradle" # See documentation for possible values
21+
directory: "/Task-Tracker-Usecases" # Location of package manifests
1022
schedule:
1123
interval: "weekly"

0 commit comments

Comments
 (0)