Skip to content

Commit eefa65b

Browse files
authored
Merge pull request #3 from Birditch/chore/funding
ci: configure dependabot for pip + github-actions
2 parents 649cd2c + 87c2797 commit eefa65b

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
time: "09:00"
10+
timezone: "America/New_York"
11+
open-pull-requests-limit: 5
12+
labels:
13+
- "dependencies"
14+
- "python"
15+
commit-message:
16+
prefix: "deps"
17+
include: "scope"
18+
groups:
19+
runtime:
20+
patterns:
21+
- "*"
22+
exclude-patterns:
23+
- "pytest*"
24+
- "ruff"
25+
- "black"
26+
- "mypy"
27+
dev:
28+
patterns:
29+
- "pytest*"
30+
- "ruff"
31+
- "black"
32+
- "mypy"
33+
34+
- package-ecosystem: "github-actions"
35+
directory: "/"
36+
schedule:
37+
interval: "weekly"
38+
day: "monday"
39+
time: "09:00"
40+
timezone: "America/New_York"
41+
labels:
42+
- "dependencies"
43+
- "ci"
44+
commit-message:
45+
prefix: "ci"

0 commit comments

Comments
 (0)