Skip to content

Commit 1724210

Browse files
authored
👷 Add Python checking for dependencies (#145)
1 parent d106920 commit 1724210

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

‎.github/dependabot.yml‎

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
version: 2
22

33
updates:
4-
- package-ecosystem: github-actions
5-
directory: /
6-
schedule:
7-
interval: monthly
4+
# GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "monthly"
9+
commit-message:
10+
prefix: ⬆
11+
# Python
12+
- package-ecosystem: "pip"
13+
directory: "/"
14+
schedule:
15+
interval: "monthly"
16+
groups:
17+
python-packages:
18+
patterns:
19+
- "*"
20+
commit-message:
21+
prefix: ⬆

0 commit comments

Comments
 (0)