Skip to content

Commit 41afb68

Browse files
committed
ci: add github actions to dependabot
1 parent 51ee4f6 commit 41afb68

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/dependabot.yml

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: mix
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: "10:00"
8-
open-pull-requests-limit: 10
9-
3+
- package-ecosystem: mix
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
time: "10:00"
8+
open-pull-requests-limit: 10
9+
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: monthly
14+
time: "10:00"
15+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)