Skip to content

Commit 8ad0340

Browse files
authored
Merge pull request #7 from togethercomputer/tpfeiffer/eng-35168-add-dependabot-updates-to-elixir-common
Add dependabot
2 parents 7d45f37 + 5d46f20 commit 8ad0340

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "mix"
5+
directory: "/"
6+
insecure-external-code-execution: "allow"
7+
schedule:
8+
interval: "weekly"
9+
day: "monday"
10+
time: "09:00"
11+
groups:
12+
non-security:
13+
patterns:
14+
- "*"

0 commit comments

Comments
 (0)