We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d95ea commit 85b946fCopy full SHA for 85b946f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,9 @@
1
+version: 2
2
+updates:
3
+ # mix / elixir
4
+ - package-ecosystem: "mix" # See documentation for possible values
5
+ directory: "/" # Location of package manifests
6
+ schedule:
7
+ interval: "weekly"
8
+ # limit 3 prs
9
+ open-pull-requests-limit: 3
0 commit comments