Skip to content

Commit d15f119

Browse files
CODEOWNERS: add @sebastiaanspeck, @kbdharun to Dependabot PRs, dependabot: add pip (#321)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent 89f5133 commit d15f119

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.github/workflows/* @sebastiaanspeck @kbdharun
2+
/requirements.txt @sebastiaanspeck @kbdharun

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
8+
- package-ecosystem: "pip"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"

0 commit comments

Comments
 (0)