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

Commit a0dcd65

Browse files
authored
chore(deps): enable dependabot (#18)
1 parent b7c2cb6 commit a0dcd65

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+

0 commit comments

Comments
 (0)