Skip to content

Commit c5f358c

Browse files
Chandan RaiChandan Rai
Chandan Rai
and
Chandan Rai
authored
Add n2w and jokes demo proj to dependabot config (#94)
Co-authored-by: Chandan Rai <[email protected]>
1 parent d84e719 commit c5f358c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ updates:
9595
package-ecosystem: "composer"
9696
schedule:
9797
interval: "weekly"
98+
# jokes
99+
- directory: "/jokes/packages/default/joke"
100+
package-ecosystem: "pip"
101+
schedule:
102+
interval: "weekly"
103+
# numbers-to-words
104+
- directory: "/numbers-to-words/packages/default/n2w"
105+
package-ecosystem: "composer"
106+
schedule:
107+
interval: "weekly"
98108

99109
# github actions
100110
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)