Skip to content

Commit 88c4753

Browse files
authored
Create dependabot.yml
feat: added dependabot config for python project
1 parent 50218f8 commit 88c4753

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
time: "09:00"
8+
day: "monday"
9+
timezone: "America/Inuvik"

0 commit comments

Comments
 (0)