Skip to content

Commit 3f2b489

Browse files
committed
enable dependabot
1 parent 8c07fd9 commit 3f2b489

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for GitHub Actions (main)
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
target-branch: "main"
8+
schedule:
9+
interval: "weekly"
10+
11+
# Maintain dependencies for pip (main)
12+
- package-ecosystem: "pip"
13+
directory: "/"
14+
target-branch: "main"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)