Skip to content

Commit 9f59698

Browse files
authored
Create dependabot.yml
1 parent 26d0649 commit 9f59698

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
dev-dependencies:
9+
patterns:
10+
- "pytest*"
11+
- "flake8*"
12+
- "black"
13+
- "isort"
14+
- "coverage"
15+
- "refurb"
16+
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
schedule:
20+
interval: "monthly"
21+
groups:
22+
all:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)