Skip to content

Commit 2d9f56a

Browse files
committed
.github/dependabot.yml: configure dependabot
This is to check our poetry.lock and apply updates if needed.
1 parent 181cf66 commit 2d9f56a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

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

0 commit comments

Comments
 (0)