Skip to content

Commit 49536d0

Browse files
committed
Dependencies now use latest packages
1 parent 780a35d commit 49536d0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
# 1. Python dependencies
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
open-pull-requests-limit: 5
9+
# Uncomment this if you want all deps updated in one PR instead of many
10+
# groups:
11+
# all-deps:
12+
# patterns:
13+
# - "*"
14+
15+
# 2. GitHub Actions (optional but useful)
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)