Skip to content

Commit 63e9a5a

Browse files
Add Dependabot configuration with monthly ecosystem schedules
1 parent 6937843 commit 63e9a5a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
reviewers:
9+
- "CargoSense/dx-reviewers"
10+
- package-ecosystem: "mix"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"
14+
reviewers:
15+
- "CargoSense/elixir-reviewers"

0 commit comments

Comments
 (0)