Skip to content

Commit 21d18fc

Browse files
ezio-melottihugovk
andauthored
Add the pip ecosystem to dependabot.yml (#202)
* Add the pip ecosystem to dependabot.yml * Assign Ezio Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 95a854f commit 21d18fc

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ updates:
88
actions:
99
patterns:
1010
- "*"
11+
12+
- package-ecosystem: pip
13+
directory: "/"
14+
schedule:
15+
interval: monthly
16+
assignees:
17+
- "ezio-melotti"
18+
groups:
19+
pip:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)