Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 89f684e

Browse files
Upgrade to GitHub-native Dependabot
1 parent 27e5da9 commit 89f684e

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+
updates:
3+
- package-ecosystem: mix
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "04:00"
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: cors_plug
11+
versions:
12+
- 2.0.2
13+
- dependency-name: plug_cowboy
14+
versions:
15+
- 2.4.1

0 commit comments

Comments
 (0)