We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780a35d commit 49536d0Copy full SHA for 49536d0
.github/workflows/dependabot.yml
@@ -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
18
19
0 commit comments