Skip to content

Commit 6e3beb2

Browse files
committed
Add pip Dependabot updates
Teach Dependabot to monitor the project Python dependencies in pyproject.toml so Matplotlib and related package bumps are proposed automatically alongside the existing GitHub Actions updates.
1 parent f50a4f5 commit 6e3beb2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
python-dependencies:
9+
patterns:
10+
- "*"
311
- package-ecosystem: "github-actions"
412
directory: "/"
513
schedule:

0 commit comments

Comments
 (0)