We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ff31b commit 66286afCopy full SHA for 66286af
.github/dependabot.yml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: mix
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "04:00"
8
+ pull-request-branch-name:
9
+ separator: "-"
10
+ open-pull-requests-limit: 10
11
+ ignore:
12
+ - dependency-name: ex_doc
13
+ versions:
14
+ - 0.23.0
15
+ - 0.24.0
16
+ - 0.24.1
17
+ - dependency-name: excoveralls
18
19
+ - 0.13.4
0 commit comments