Skip to content

Commit ebdd3bc

Browse files
committed
Add dependabot.yml
1 parent 33f060d commit ebdd3bc

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.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: pip
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
groups:
9+
python-packages:
10+
patterns:
11+
- '*'
12+
- package-ecosystem: github-actions
13+
directory: /
14+
schedule:
15+
interval: weekly

0 commit comments

Comments
 (0)